View source: R/functions.r View source: R/deprecated/functions.r
| read_surveynet | R Documentation |
Read raw data stored in pre-defined excel file.
read_surveynet(file, dest_crs = NA, axes = c("Easting", "Northing"))
file |
PARAM_DESCRIPTION |
dest_crs |
Destination coordinate system (EPSG), Default: NA |
axes |
order of coordinate axes, Default: c("Easting", "Northing") |
surveynet object
read_excel
st_as_sf,sfc,sf,st_crs
rename,mutate,select,filter
when
## Not run:
if(interactive()){
#EXAMPLE1
}
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.