create_dataset_from_file | R Documentation |
Upload dataset from file name.
create_dataset_from_file( project_id, dataset_name, file, separator = ",", decimal = "." )
project_id |
id of the project, can be obtained with get_projects(). |
dataset_name |
given name of the dataset on the platform. |
file |
path to the dataset. |
separator |
column separator in the file (default: ",") |
decimal |
decimal separator in the file (default: ".") |
list - parsed content of the dataset.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.