board_pins: Retrieve the Pins on a Board

Description Usage Arguments Value Examples

Description

Get information about all the pins on a pinterest board using the board ID or user/name.

Usage

1
2
3
get_board_pins_by_id(id, token)

get_board_pins_by_name(user, board, token)

Arguments

id

a character string with an 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_pins_by_id(id = "42080646457333782", token = token)
get_board_pins_by_name(user = "colinfay", board = "violet-mon-amour", token = token)

## End(Not run)

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