BoardSpecByName {rpinterest} | R Documentation |
Get information about a pinterest board using the board name.
BoardSpecByName(user, board, token)
user |
a character string with an user name. |
board |
a character string with a board name. |
token |
a character string with an access token generated at https://developers.pinterest.com/tools/access_token/ |
Takes a user name, a board name and an access token.
Always returns a data.frame, with a warning when appropriate.
BoardSpecByName(user = "colinfay", board = "blanc-mon-amour", token = "your_token")