load.from.taiga | R Documentation |
Load data from taiga
load.from.taiga(data.id = NULL, data.name = NULL, data.version = NULL,
transpose = FALSE, data.dir = path.expand("~/.taiga"),
force.taiga = FALSE, taiga.url = getOption("default.taiga.url",
"https://cds.team/taiga"), cache.id = FALSE, no.save = FALSE,
quiet = FALSE, taiga.api.version = getOption("default.taiga.api.version",
2), force.convert = F, data.file = NULL)
data.id |
The dataset ID in taiga. |
data.name |
The dataset name in taiga. |
data.version |
The dataset version number in taiga. |
transpose |
transpose the data before returning it. the cached version will not be transposed. |
data.dir |
Where to look for and save cached version of the data. |
force.taiga |
Force function to re-download data from taiga. |
taiga.url |
Where is taiga? |
cache.id |
use <id>.RData for filename instead of <name>_<version>.RData |
no.save |
Do not save dataset to cache. |
quiet |
Do not print messages. |
data.file |
file to load from within the dataset |
The dataset loaded into your R session.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.