View source: R/get_reference_data.R
get_reference_data | R Documentation |
A function to retreive a list of all reference
data and their attributes, across all outbreaks
on the instance (since this is a system-level API
endpoint). This function relies on the
\reference-data
API endpoint.
get_reference_data(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 reference data associated with Go.Data instance.
## Not run:
url <- "https://MyGoDataServer.com/"
username <- "myemail@email.com"
password <- "mypassword"
reference_data <- get_reference_data(
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.