Domo-class | R Documentation |
Inherits fields from DomoUtilities
All methods documented separately via standard documentation methods.
ds_create(df_up, name, description = "", update_method = "REPLACE")
Create a new data set.
ds_delete(ds, prompt_before_delete = TRUE)
Delete a data set.
ds_get(ds, r_friendly_names = TRUE, ...)
Download data from Domo into a dataframe (tibble).
ds_list(limit = 0, offset = 0, df_output = TRUE)
List all data sets
ds_meta(...)
Get all meta data related to a data set.
ds_query(ds, query, return_data = TRUE)
Evaluate a query against a data set.
ds_update(ds_id, df_up)
Update an existing data set.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.