create_dataset_from_datasource {previsionio}R Documentation

Create a dataset from an existing datasource.

Description

Create a dataset from an existing datasource.

Usage

create_dataset_from_datasource(project_id, dataset_name, datasource_id)

Arguments

project_id

id of the project, can be obtained with get_projects().

dataset_name

given name of the dataset on the platform.

datasource_id

datasource id.

Value

list - parsed content of the dataset.


[Package previsionio version 11.7.0 Index]