getLocation: Get basic information about a location using a location ID

Description Usage Arguments Author(s) Examples

Description

getLocation retrieves location information

Usage

1
getLocation(location_id, token)

Arguments

location_id

numeric, location id.

token

An OAuth token created with instaOAuth.

Author(s)

Jonne Guyt j.y.guyt@uva.nl

Examples

1
2
3
4
5
6
7
## Not run: 
## See examples for instaOAuth to know how token was created.
## Capturing information about a location
 load("my_oauth")
 loc_id_info <- getLocation( location_id=423423, token=my_oauth)

## End(Not run)

instaR documentation built on May 2, 2019, 8:24 a.m.

Related to getLocation in instaR...