create_dataset_from_dataframe: 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.
zip
is the temp file zipped before sending it to Prevision.io (default = FALSE).
Value
list - parsed content of the dataset.