Releases: domoinc/rdomo
Releases · domoinc/rdomo
v0.1.0.3
Support for upsert added to ds_create
Changes:
- Support for an update_method of APPEND was added to the ds_create function. When setting update_method to UPSERT, you must also set key_column_names to a character array of column names that will be used when doing the upsert. If key_column_names is not specified, the APPEND update method will be used.
v0.1.0.1
January 21, 2021
Changes as follows.
- ds_delete now requires Y/n confirmation to delete, matching the same function in pydomo
- groups_delete now removes all users from the group and then deletes the group
Initial Release
This release replaces the use of Domo's existing "R Plugin" called DomoR. The new package "rdomo" leverages Domo's public APIs and provides functions for easily interacting with those APIs.
The primary use of this SDK is to get data from Domo and to create or modify data set in Domo. In addition to interacting with Domo data sets, this package provides functions to perform administration activities like user management, PDP management, or page management. Details found in the readme.
Functions here match the same naming convention we use in the corresponding Python package and all functions return similar values (where possible).