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