‘upwaver’

‘upwaver’ is a wrapper around the UpWave API that allows users to access the UpWave API from within R.

Installation

You can install ‘upwaver’ from CRAN or github with:

install.packages("upwaver")

# install.packages("devtools")
devtools::install_github("ims-fhs/upwaver")

Examples

You can access the following UpWave informations and more with ‘upwaver’:

# upwaver::list_boards("your_organisation", "your_token")
# upwaver::board_details("your_organisation", board_id, "your_token")
# upwaver::list_cards("your_organisation", board_id, "your_token")

For more detailed Information and further functionalities of the ‘upwaver’ package, check out the vignette.