get_user: Return a user's information

Description Usage Arguments Value Examples

Description

Get information about a Pinterest user using the ID or name.

Usage

1
2
3

Arguments

id

a character string with a user ID.

token

a character string with an access token generated with 'pinterest_token()'

user

a character string with a user name.

Value

Either a data.frame, or an error.

Examples

1
2
3
4
5
## Not run: 
get_user_spec_by_id(id = "42080715176677612", token = token)
get_user_spec_by_name(user = "colinfay", token = token)

## End(Not run)

ColinFay/rpinterest documentation built on May 6, 2019, 12:22 p.m.