‘upwaver’ is a wrapper around the UpWave API that allows users to access the UpWave API from within R.
You can install ‘upwaver’ from CRAN
or github
with:
install.packages("upwaver")
# install.packages("devtools")
devtools::install_github("ims-fhs/upwaver")
You can access the following UpWave informations and more with ‘upwaver’:
list_boards()
board_details()
list_cards()
# 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.