Learn R Programming

'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':

  • List of Boards: The list of your UpWave Boards with list_boards()
  • Board details: Background Information about a specific board with board_details()
  • List of Cards: Detailed Information about all Cards of a specific board with 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.

Copy Link

Version

Install

install.packages('upwaver')

Monthly Downloads

1

Version

1.2.1

License

GPL-3

Maintainer

Adrian Staempfli

Last Published

January 14th, 2020

Functions in upwaver (1.2.1)

content_as_list

Transform the answer of a 'Upwave' API request to a list
storypoints_and_status_released

Calculate storypoints ans status of the Cards of a specific Board
request

Create a correct request for the 'Upwave' API
storypoints_and_status

Calculate storypoints ans status of the Cards of a specific Board
board2excel

Save all information from a board to Excel
board_details

Information about a specific board
list_cards

Information about the cards on a board
aufwand

Calculates the effort of a given card (given by its description)
create_card_from_excel

Create a new card on a specified 'Upwave' board
list_boards

Information about your organisation's boards