Map - Open Google Maps in browser
Arguments
- lat
Anything that can be handled by
sitepoints_from_any()
. Leave unspecified to interactively browse to a .xlsx file that has lat,lon columns, or lat can be a data.frame with lat,lon column names in which case longitude should not be provided, such as lat = testpoints_101,, or lat and lon can be separately provided as vectors.
- lon
longitude, or omit this parameter to provide points as the first parameter.
- zoom
zoomed out value could be 3 or 5, zoomed in default is 12
- point
logical optional, passed to
url_map_google()
- launch
logical, whether to launch browser