Description Usage Arguments Value Examples
Upload a given data set.
1 | ds_import(ds_id, df_up, update_method = "REPLACE")
|
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. |
I'm sure something comes back...
1 | ds_import('some_id',my_new_df)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.