Get basic information about a location using a location ID
Get basic information about a location using a location ID
getLocation retrieves location information
getLocation(location_id, token)
Arguments
location_id: numeric, location id.
token: An OAuth token created with instaOAuth.
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)