ds_create | R Documentation |
Download a given data set.
ds_create(df_up, name, description = "", update_method = "REPLACE",
other_props = -1)
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. |
This function will return the data set id of the data set that was created.
ds_create(my_new_df,'Some name')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.