View source: R/CTS5ScanPositionRecover.R
Recover_ScanDefault | R Documentation |
This function read technical/default files and write the Postions file to be called by Recover_ScanPosition
Recover_ScanDefault(
pattern = ".*_default_.*.txt",
Outputfilename = "Positions.txt",
KMLfile = "Positions.kml",
GPXfile = ""
)
pattern |
pattern of the technical/default files |
Outputfilename |
filename of the Positions file |
KMLfile |
name of the KML file to be generated. No file is created if "". |
GPXfile |
name of the GPX file to be generated. No file is created if "". |
identical as Recover_ScanPosition
Recover_ScanDefault()
Recover_ScanDefault(pattern=".*technical.*.txt")
Recover_ScanDefault(pattern=".*(technical|default).*.txt")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.