ds_import: Upload a given data set.

ds_importR Documentation

Upload a given data set.

Description

Upload a given data set.

Usage

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

ds_import('some_id',my_new_df)

domoinc/rdomo documentation built on Nov. 8, 2024, 12:48 a.m.