read_surveynet: Read surveynet data

View source: R/functions.r View source: R/deprecated/functions.r

read_surveynetR Documentation

Read surveynet data

Description

Read raw data stored in pre-defined excel file.

Usage

read_surveynet(file, dest_crs = NA, axes = c("Easting", "Northing"))

Arguments

file

PARAM_DESCRIPTION

dest_crs

Destination coordinate system (EPSG), Default: NA

axes

order of coordinate axes, Default: c("Easting", "Northing")

Value

surveynet object

See Also

read_excel st_as_sf,sfc,sf,st_crs rename,mutate,select,filter when

Examples

## Not run: 
if(interactive()){
 #EXAMPLE1
 }

## End(Not run)

pejovic/Surveyer documentation built on Sept. 26, 2022, 7:24 p.m.