board_spec: Retrieve information about a Board

Description Usage Arguments Value Examples

Description

Get information about a pinterest board using the board ID or the name/user combination.

Usage

1
2
3
get_board_spec_by_id(id, token)

get_board_spec_by_name(user, board, token)

Arguments

id

a character string with a board ID.

token

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

user

a character string with a user name.

board

a character string with a board name.

Value

Either a data.frame, or an error.

Examples

1
2
3
4
5
## Not run: 
get_board_spec_by_id(id = "42080646457333782", token = token)
get_board_spec_by_name(user = "colinfay", board = "blanc-mon-amour", token = token)

## End(Not run)

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