| readAC | R Documentation |
One file holds 3 components as parallel columns:
ACA (IGP Peru): cols Z N E after a header row.
ACB (CISMID Peru): cols T EW NS UD; the time column T is dropped.
LIS (UCR Costa Rica): cols N00E UPDO N90E after a ===DATA=== line.
readAC(file, type)
file |
Path to the file. |
type |
One of |
OCIDs come from the file's column header line.
LONG data.table(t, OCID, s).
file <- tempfile()
writeLines(c(
"MUESTREO : 100",
" Z N E",
"1 2 3",
"4 5 6"
), file)
readAC(file, type = "ACA")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.