View source: R/get_variables.R
get_variable | R Documentation |
Get a Variable's Information
get_variable(id, list_column = FALSE, ...)
id |
The variable id. |
list_column |
If |
... |
Optional arguments passed to the API. |
A tibble with the same number of rows as the variable has values if
list_column
is FALSE
, otherwise a single-row tbl with a list-column.
https://github.com/speedruncomorg/api/blob/master/version1/variables.md
## Not run:
# Get Super Mario 64 variable for platform
get_variable(id = "e8m7em86")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.