😎 Give your xaringan slides some style
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

27 行
839B

  1. % Generated by roxygen2: do not edit by hand
  2. % Please edit documentation in R/utils.R
  3. \name{google_language_codes}
  4. \alias{google_language_codes}
  5. \title{List Valid Google Language Codes}
  6. \usage{
  7. google_language_codes(
  8. language_codes = c("latin", "latin-ext", "sinhala", "greek", "hebrew", "vietnamese",
  9. "cyrillic", "cyrillic-ext", "devanagari", "arabic", "khmer", "tamil", "greek-ext",
  10. "thai", "bengali", "gujarati", "oriya", "malayalam", "gurmukhi", "kannada", "telugu",
  11. "myanmar")
  12. )
  13. }
  14. \arguments{
  15. \item{language_codes}{Vector of potential Google language codes}
  16. }
  17. \value{
  18. A vector of Google Font language codes matching \code{language_codes}.
  19. }
  20. \description{
  21. Gives a list of valid Language Codes for Google Fonts, or
  22. validates that the language codes given are valid.
  23. }
  24. \seealso{
  25. \code{\link[=google_font]{google_font()}}
  26. }