Learn R Programming

instaR (version 0.2.4)

getLocation: 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.

Examples

Run this code
## 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)

Run the code above in your browser using DataLab