activityinfo-R icon indicating copy to clipboard operation
activityinfo-R copied to clipboard

ActivityInfo R Language Client

Results 17 activityinfo-R issues
Sort by recently updated
recently updated
newest added

This is needed to be able to update a subform.

At the moment, R package users are only able to work with "legacy" user roles. We should upgrade this feature set to allow users to work with the new role...

When importing records via the R package, fields which are marked as "unconditionally" required in the form schema -- that is, there are no other relevance rules set on the...

Currently, users cannot specify whether strings are truncated in the data return by getRecords(). This should be updated to allow the user to choose whether their text/multi-line text fields are...

When querying a table without providng columns, and passing the truncateStrings = FALSE argument, returned strings are still truncated i.e. this does not work: `x

Fetching records with the getRecords() function does not work for subforms whose parent form has no key fields set. From [AI-3819](https://bedatadriven.atlassian.net/browse/AI-3819) Resolved in commit: [5fb12f9](https://github.com/bedatadriven/activityinfo-R/commit/5fb12f9f61be960c827abbd644e6829bde6ac243)

Using R package for importing data to ActivityInfo, there is a problem with the referenced attributes (an attribute that gets its value from a referenced from). Such attributes remains blank...

Arrange is limited to a single field and can result in a different order of records when done on the server vs. when done with dplyr::arrange on a data.frame. ```...

This will cause an error: ``` getRecords("ceam1x8kq6ikcujg") %>% filter(`Sector Name`=="Nutrition") %>% slice_head(n=2) %>% arrange(`Organization Name`) ``` It should be sufficient to add a check to make sure arrange is not...