clean_land_cover | R Documentation |
This is a general function to clean land cover columns.
clean_land_cover(land_raw, pattern = "CLC15_", append = "", quiet = FALSE)
land_raw |
(Spatial) data frame. Land Cover data to be cleaned. |
pattern |
Character. Pattern to match and replace with 'LC' |
append |
Character. Text to append to end of land cover code |
quiet |
Logical. Whether to suppress progress messages. |
(Spatial) Data frame with cleaned land cover column names.
psu_hex_clean <- clean_land_cover(psu_hex_dirty, pattern = "CLC0013_")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.