create_dataset_from_file {previsionio}R Documentation

Upload dataset from file name.

Description

Upload dataset from file name.

Usage

create_dataset_from_file(
  project_id,
  dataset_name,
  file,
  separator = ",",
  decimal = "."
)

Arguments

project_id

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

dataset_name

given name of the dataset on the platform.

file

path to the dataset.

separator

column separator in the file (default: ",")

decimal

decimal separator in the file (default: ".")

Value

list - parsed content of the dataset.


[Package previsionio version 11.7.0 Index]