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