board_manip: Create, delete, or edit a Board

Description Usage Arguments Value Examples

Description

Create, delete, or edit a Board

Usage

1
2
3
4
5
create_board(name, description, token)

delete_board(board, token)

edit_board(board, name = NULL, description = NULL, token)

Arguments

name

name of the new board for creation, new name to give for edit.

description

description of the board?

token

a character string with an access token generated with 'pinterest_token()'

board

a board name.

Value

Either a data.frame, or an error.

Examples

1
2
3
4
5
6
## Not run: 
create_board("testboard", "from rpinterest", token)
delete_board("colinfay/testboard", token)
edit_board("colinfay/testboard",description = "A new desc", token = token)

## End(Not run)

ColinFay/rpinterest documentation built on May 6, 2019, 12:22 p.m.