helper to transform points into linestrings
Arguments
- dat
The dataframe of points, Default: NULL
- path_to_ras_dbase
The path to the folder in which you are building your catalog, is also location agnostic (disk or cloud), Default: NULL
- is_quiet
flag to determine whether internal print statements (i.e. cross section parsing, vdat trans, file info) are suppressed, TRUE to show these messages and FALSE to suppress them, Default: FALSE
Examples
if (FALSE) { # \dontrun{
if(interactive()){
#EXAMPLE1
}
} # }