Skip to content

Commit 356d8ac

Browse files
removing unsupported ds_rename function from README
1 parent 813586f commit 356d8ac

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,6 @@ The functions in this package match most parts of the API documented at [develop
110110
* **ds_list** - downloads a list of data sets in your Domo instance
111111
* **ds_delete** - deletes a data set (be careful)
112112
* **ds_query** - allows you to send a query to a data set, Domo will evaluate that query and sends the results back as a list or a tibble
113-
* **ds_rename** - renames an existing data set
114113
* **Groups** - This set of functions modifies and creates groups.
115114
* **groups_add_users** - adds users to an existing group
116115
* **groups_create** - create a group
@@ -135,4 +134,4 @@ The functions in this package match most parts of the API documented at [develop
135134
* **users_update** - update a user
136135
* **users_list** - list all users
137136
* **users_get** - get a single user record
138-
* **users_add** - create a user (or users)
137+
* **users_add** - create a user (or users)

0 commit comments

Comments
 (0)