| auditSite | R Documentation |
Flags rows with the FIRST applicable reason: StationVs30 NA, below
low cutoff, or above high cutoff. Coord checks live in auditDistances.
auditSite(DT, vs30Low = 50, vs30High = 3000)
DT |
record metadata |
vs30Low |
lower physical cutoff for |
vs30High |
upper physical cutoff (m/s). |
data.table of flagged rows with column Reason.
x <- data.table::data.table(StationVs30 = c(30, 760, NA))
auditSite(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.