Skip to content

Commit fac0f30

Browse files
committed
Update get_transliterations.R
1 parent bcebb46 commit fac0f30

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

R/get_transliterations.R

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
#' Obtain table of transliterations
2-
#' @description This function returns a data frame with transliterations for a specific language, or, a large default set of transliterations that is language agnostic. The function is primarly called by the 'unidecode' function.
2+
#' @description This function returns a data frame with transliterations for a
3+
#' specific language, or, a large default set of transliterations that is
4+
#' language agnostic. The function is primarily called by the 'unidecode()'
5+
#' function.
36
#' @param language the name of the source language for the text to be processed.
4-
#' @export get_transliterations
5-
7+
#' @export
68
get_transliterations <- function(language = c("armenian", "հայերէն", "հայերեն", "hayeren", "hy",
79
"bulgarian", "български език", "bǎlgarski ezik", "bg",
810
"czech", "čeština", "český jazyk", "cs",

0 commit comments

Comments
 (0)