Skip to content

Releases: domoinc/rdomo

v0.1.0.3

07 Nov 20:37
cc45081
Compare
Choose a tag to compare

Fix datatype conversion issue
R Release version after 4.2.3 introduced this issue with the below change
as.POSIXct() and as.POSIXlt(.) (without specifying origin) now work. So does as.Date().

Support for upsert added to ds_create

27 Oct 19:24
bf51263
Compare
Choose a tag to compare

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

21 Jan 21:03
929f585
Compare
Choose a tag to compare

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

08 Jan 17:44
Compare
Choose a tag to compare

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).