ds_import: Upload a given data set.

Description Usage Arguments Value Examples

Description

Upload a given data set.

Usage

1
ds_import(ds_id, df_up, update_method = "REPLACE")

Arguments

ds_id

Data set id (from url in Domo).

df_up

Dataframe to upload.

update_method

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

Value

I'm sure something comes back...

Examples

1
ds_import('some_id',my_new_df)

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