create_dataset_from_dataframe: Upload dataset from data frame.

View source: R/dataset.R

create_dataset_from_dataframeR 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.


previsionio documentation built on March 18, 2022, 6:41 p.m.