create_dataset_from_dataframe {previsionio} | R Documentation |
Upload dataset from data frame.
Description
Upload dataset from data frame.
Usage
create_dataset_from_dataframe(project_id, dataset_name, dataframe, zip = FALSE)
Arguments
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). |
Value
list - parsed content of the dataset.
[Package previsionio version 11.7.0 Index]