BoardPinsByID {rpinterest} | R Documentation |
Get board pins using board ID
Description
Get information about all the pins on a pinterest board using the board ID.
Usage
BoardPinsByID(boardID, token)
Arguments
boardID |
a character string with a board ID. |
token |
a character string with an access token generated at https://developers.pinterest.com/tools/access_token/ |
Details
Takes a board ID and an access token, returns a data.frame.
Value
Always returns a data.frame, with a warning when appropriate.
Examples
BoardPinsByID(boardID = "42080646457333782", token = "your_token")
[Package rpinterest version 0.3.1 Index]