ds_create: Download a given data set.

ds_createR Documentation

Download a given data set.

Description

Download a given data set.

Usage

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 APPEND, UPSERT or REPLACE. The UPSERT method will act like APPEND unless key_column_names is specified.

key_column_names

Simple list of fields to use as key column names for UPSERT update_method.

Value

This function will return the data set id of the data set that was created.

Examples

ds_create(my_new_df,'Some name')

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