Learn R Programming

rpinterest (version 0.3.1)

UserSpecByID: Get a user using its ID

Description

Get information about a pinterest user using the user ID.

Usage

UserSpecByID(userID, token)

Arguments

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/

Value

Always returns a data.frame, with a warning when appropriate.

Details

Takes a user ID and an access token, returns a data.frame.

Examples

Run this code
UserSpecByID(userID = "42080715176677612", token = "your_token")

Run the code above in your browser using DataLab