getLocation {instaR}R Documentation

Get basic information about a location using a location ID

Description

getLocation retrieves location information

Usage

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

## 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)


[Package instaR version 0.2.4 Index]