register_google: Register a Google API

Description Usage Arguments Author(s) See Also Examples

Description

Many features of the Google web mapping services can be improved by using standard or premium credentials, such as usage limits and query rates. This function allows users to input this information into R as a global option to be retained for the entire session.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23

Arguments

key

an api key

account_type

"standard" or "premium"

client

client code

signature

signature code

second_limit

query limit per second (default 50)

day_limit

query limit per day (default 2500 for standard accounts, 100000 for premium accounts)

tree

a json tree from fromJSON

Author(s)

David Kahle david.kahle@gmail.com

See Also

http://code.google.com/apis/maps/documentation/geocoding/, https://developers.google.com/maps/documentation/geocoding/usage-limits

Examples

1
2
3
4
5

fresques/ggmap documentation built on May 28, 2019, 8:40 p.m.