board2excel: Save all information from a board to Excel

Description Usage Arguments Examples

View source: R/board2excel.R

Description

Save all information from a board to Excel

Usage

1
board2excel(organisation, board_id, token, filename, path)

Arguments

organisation

A character

board_id

A character

token

A character

filename

A character

path

A character

Examples

1
2
3
4
5
6
7
## Not run: 
organisation <- "4597"
board_id <- 14351
token_sqc <- "807a0c3451c04602b4dbfdc0338a65f7"
upwaver::board2excel(organisation, board_id, token_sqc, "test.xlsx", "C:/Temp/")

## End(Not run)

upwaver documentation built on Jan. 14, 2020, 5:06 p.m.