View source: R/get_languages.R
get_languages | R Documentation |
Get lanuages in Go.Data
get_languages(url, username, password)
url |
Insert the base URL for your instance of Go.Data here. Don't forget the forward slash "/" at end! |
username |
The email address for your Go.Data login. |
password |
The password for your Go.Data login |
Returns data frame of languages available in Go.Data.
## Not run:
url <- "https://MyGoDataServer.com/"
username <- "myemail@email.com"
password <- "mypassword"
language <- "english_us"
languages <- get_languages(
url = url,
username = username,
password = password
)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.