load.all.datafiles.from.taiga | R Documentation |
Function to retrieve all the data available in a specific datasetVersion
load.all.datafiles.from.taiga(datasetVersion.id = NULL, dataset.name = NULL,
dataset.version = NULL, transpose = FALSE, cache.dir = "~/.taiga",
force.taiga = FALSE, taiga.url = getOption("default.taiga.url",
"https://cds.team/taiga"), cache.id = FALSE, no.save = FALSE,
taiga.api.version = getOption("default.taiga.api.version", 2),
force.convert = F)
datasetVersion.id |
DatasetVersion id |
dataset.name |
Permaname of the dataset we want to retrieve data from |
dataset.version |
Version of the dataset |
transpose |
Will transpose all the matrices |
cache.dir |
Path to the directory where to put your data in. !Not recommended to modify this |
force.taiga |
Boolean to force the download of the data from Taiga instead of using the cache (if you modified the data for example) |
taiga.url |
Url to taiga. !Not recommended to change this |
cache.id |
Id of the cache used to store the file |
no.save |
Boolean to not put the file in cache |
taiga.api.version |
Version of the Taiga api to use. !Not receommended to change this |
force.convert |
Boolean to force a new conversion of the data. Might be useful if the conversion has been interrupted |
Hash table of the form 'filename': 'data'
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.