activityinfo-R
activityinfo-R copied to clipboard
Consistency within R package and with REST API
Rest API and function arguments are sometimes inconsistent or redundant. This issue can be used to track these
List:
- [ ] roleAssignment() used in updateUserRole() but not in addDatabaseUser(). Use both or neither in next major version change.
- [ ] roleAssignment() has arguments
roleParameter=androleResources=but would better match API by havingparameter=andresources=arguments.