ds_create: Download a given data set.

Description Usage Arguments Value Examples

Description

Download a given data set.

Usage

1
2
ds_create(df_up, name, description = "", update_method = "REPLACE",
  other_props = -1)

Arguments

df_up

Dataframe to upload.

name

Data set name

description

Optional data set description.

update_method

Optional choose the appropriate updateMethod when importing data via the API. Available choices are either to APPEND or REPLACE.

other_props

List of addtional properties to send. Currently non-functional

Value

I'm sure something comes back...

Examples

1
ds_create(my_new_df,'Some name')

jeremydmorris/rdomo documentation built on Nov. 15, 2020, 9:24 a.m.