getDataFromCSV: Google Geocoding API connector for CSV files

Description Usage Arguments Value References Examples

View source: R/getDataFromCSV.R

Description

Takes a csv file path (with the required columns location1 and/or Latitude and Longitude) as a parameter and creates a vector with the information that will be passed to the getInforFromInput function that will connect with the Google Geocoding API and get the corresponding output.

Usage

1
getDataFromCSV(filePath)

Arguments

filePath

A csv file path

Value

A data.frame containing the resulting longitude/s, latitude/s and location1/es

References

Google Geocoding API - https://developers.google.com/maps/documentation/geocoding/intro

Examples

1
#getDataFromCSV(filePath)

nourqweder/RAPI documentation built on April 24, 2020, 6:21 p.m.