Description Usage Arguments Value References Examples
View source: R/getDataFromCSV.R
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.
1 | getDataFromCSV(filePath)
|
filePath |
A csv file path |
A data.frame containing the resulting longitude/s
, latitude/s
and location1/es
Google Geocoding API - https://developers.google.com/maps/documentation/geocoding/intro
1 | #getDataFromCSV(filePath)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.