Skip to content

resources

Malte Kyhos edited this page Apr 21, 2021 · 2 revisions

This wiki page provides a collection of links to resources considered to be useful in the context of writing API clients in R the way we did.

The list is created dynamically and has no claim to completeness (and consequently the failure to mention sources is in no way due to bad will). Additions are most welcome 🙏 🙂

Useful for general introduction and concepts are:

APIs, data standards, and structures

  • XLSForm: "a standard to help simplify the authoring of forms in Excel."

CI/CD & GitHub Actions

Git

OOP (general / with R6)

OOP design patterns, etc

The R6 package

Testing

Unit testing

Http testing


Other intersting R packages

Argument checking in R functions