ds_import | R Documentation |
Upload a given data set.
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...
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.