Description
'RSpace' API Wrapper.
Description
Wrapper for the 'RSpace' Electronic Lab Notebook (<https://www.researchspace.com/>) API. This packages provides convenience functions to browse, search, create, and edit your RSpace documents. In addition, it enables filling 'RSpace' templates from R Markdown/Quarto templates or tabular data (e.g., Excel files). This R package is not developed or endorsed by Research Space.
README.md
rspacer
The goal of rspacer is to wrap the RSpace API, that is, allow you to use the API directly from R using convenience functions.
Installation
You can install the development version of rspacer with
remotes::install_github("lacdr/rspacer")
Usage
See the Get started article how to use this package.
NB: API Paging/rate limiting is not properly handled yet, but this can be worked around.