Thanks for using objr!
Try these first
-
If you want to find out more about any of objr’s functions; help files can be found on the References page of the package website. Alternatively, type
?function_nameinto the RStudio console. For example:?workspaces() Read package guidance articles if you need help with API authentication or two-factor authentication.
Consult the Objective Connect API documentation for more details on available endpoints.
Where to ask for help
If it’s a question: Ask the Scottish Government R Yammer community.
If it’s a bug: file an issue on GitHub.
If you’re not sure or aren’t comfortable with either of these options, contact the package maintainers.
Before opening a new issue, be sure to search issues and pull requests to make sure the bug hasn’t been reported and/or already fixed in the development version. By default, the search will be pre-populated with is:issue is:open. You can edit the qualifiers (e.g. is:pr, is:closed) as needed. For example, you’d simply remove is:open to search all issues in the repo, open or closed.
How to ask for help
Try to explain your problem as clearly as possible. This could involve explaining what you are trying to do and what the expected and actual behaviour of your code is.
It can be very useful to include a minimal reproducible example (reprex) using the reprex package. For help using reprex, see the Get help section of the tidyverse site.
Being able to reproduce your problem greatly increases the chances of us being able to help you.