get_pin_spec_by_id: Return information about a Pin

Description Usage Arguments Value Examples

View source: R/pin_spec.R

Description

Get information about a pinterest pin using the pin ID.

Usage

1
get_pin_spec_by_id(id, token)

Arguments

id

a character string with a pin ID.

token

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

Value

Either a data.frame, or an error.

Examples

1
2
3
4
## Not run: 
get_pin_spec_by_id(id = "42080577745042298", token = token)

## End(Not run)

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