View source: R/qc_centerline.R
qc_centerline | R Documentation |
Quality control centerline shapefiles.
qc_centerline(
cl_sf = NULL,
data_id = "object_id",
cols_to_check_nas = c("site_name", "year", "seg_num", "cu_num", "cu_type", "hab_rch")
)
cl_sf |
The centerline |
cols_to_check_nas |
columns to check for NAs in |
a tibble with QC results
Kevin See
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.