create_dataset_from_dataframe | R Documentation |
Upload dataset from data frame.
create_dataset_from_dataframe(project_id, dataset_name, dataframe, zip = FALSE)
project_id |
id of the project, can be obtained with get_projects(). |
dataset_name |
given name of the dataset on the platform. |
dataframe |
data.frame to upload. |
zip |
is the temp file zipped before sending it to Prevision.io (default = FALSE). |
list - parsed content of the dataset.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.