😎 Give your xaringan slides some style
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

23 line
750B

  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(language_codes = c("latin", "latin-ext", "sinhala",
  8. "greek", "hebrew", "vietnamese", "cyrillic", "cyrillic-ext",
  9. "devanagari", "arabic", "khmer", "tamil", "greek-ext", "thai", "bengali",
  10. "gujarati", "oriya", "malayalam", "gurmukhi", "kannada", "telugu",
  11. "myanmar"))
  12. }
  13. \arguments{
  14. \item{language_codes}{Vector of potential Google language codes}
  15. }
  16. \description{
  17. Gives a list of valid Language Codes for Google Fonts, or
  18. validates that the language codes given are valid.
  19. }
  20. \seealso{
  21. \code{\link[=google_font]{google_font()}}
  22. }