Learn R Programming

lares (version 4.8.4)

geoAddress: Get Google's Geodata given the Addresses

Description

This function lets the user obtain Google's Geodata on given addresses

Usage

geoAddress(
  address,
  country = "Argentina",
  index = NA,
  creds = NA,
  which = "api_01"
)

Arguments

address

Character Vector. Addresses you wish to query

country

Character. Default Country if known

index

Character Vector. If you wish to keep an id on each address, set this values

creds

Character. Credential's user (see get_creds())

which

Character. Which of the APIs should be used?

See Also

Other Geographical: geoGrid(), geoMap(), geoStratum()

Other Credentials: db_download(), f1_contacts(), get_credentials(), get_tweets(), mailSend(), queryDB(), queryGA(), slackSend(), stocks_file(), stocks_report()

Other Google: queryGA(), readGS(), trendsRelated(), trendsTime()