Learn R Programming

upwaver (version 1.2.1)

board2excel: Save all information from a board to Excel

Description

Save all information from a board to Excel

Usage

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

Run this code
# NOT RUN {
organisation <- "4597"
board_id <- 14351
token_sqc <- "807a0c3451c04602b4dbfdc0338a65f7"
upwaver::board2excel(organisation, board_id, token_sqc, "test.xlsx", "C:/Temp/")
# }

Run the code above in your browser using DataLab