add_dataset_if_not_exists: Add dataset if not exists

Description Usage Arguments Value

View source: R/dataset.R

Description

Checks parameters before adding new dataset and verifies if it doesn't exists already.

Usage

1
2
add_dataset_if_not_exists(project_hid, filename, title,
  prediction_only = FALSE)

Arguments

project_hid

character with project identifier

filename

character with filename containing data

title

title of dataset

prediction_only

boolean determining if data is used only for prediction

Value

parsed dataset details


mljar/mljar-api-R documentation built on Aug. 21, 2019, 1:49 p.m.