UserSpecByID {rpinterest} | R Documentation |
Get information about a pinterest user using the user ID.
UserSpecByID(userID, token)
userID |
a character string with a user ID. |
token |
a character string with an access token generated at https://developers.pinterest.com/tools/access_token/ |
Takes a user ID and an access token, returns a data.frame.
Always returns a data.frame, with a warning when appropriate.
UserSpecByID(userID = "42080715176677612", token = "your_token")