get_agnostic_data | R Documentation |
Get all type of data and set them by 'filename' in the hash passed in parameter ‘get_agnostic_data' doesn’t return anything, the hash is mutated
get_agnostic_data(data.file, datasetVersion.id, dataset.name, dataset.version,
taiga.url, force = FALSE, token = token, dict_filenames_data)
data.file |
Datafile object received from taiga (not the data) |
datasetVersion.id |
Id of the datasetVersion |
dataset.name |
Name of the dataset |
dataset.version |
Version number of the datasetVersion |
taiga.url |
Url to contact Taiga |
force |
Boolean to ask Taiga if it needs to do the conversion again (in case of failure or interruption) |
token |
Path of the location of the token file containing the Taiga token of the user |
dict_filenames_data |
Hash which is going to contain the data in the form 'filename': 'data' |
This function does not return anything, but mutate a hash object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.