😎 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.

24 line
758B

  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. \description{
  18. Gives a list of valid Language Codes for Google Fonts, or
  19. validates that the language codes given are valid.
  20. }
  21. \seealso{
  22. \code{\link[=google_font]{google_font()}}
  23. }