create_dataset_from_file: Upload dataset from file name.

View source: R/dataset.R

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


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