get_lid_para_types
Examples
get_lid_para_types()
#> Rows: 8 Columns: 9
#> ── Column specification ────────────────────────────────────────────────────────
#> Delimiter: ","
#> chr (9): lid_id, lid_name, lid_name_tidy, surface, pavement, soil, storage, ...
#>
#> ℹ Use `spec()` to retrieve the full column specification for this data.
#> ℹ Specify the column types or set `show_col_types = FALSE` to quiet this message.
#> # A tibble: 48 × 5
#> lid_id lid_name lid_name_tidy type value
#> <chr> <chr> <chr> <chr> <chr>
#> 1 BC Bio-Retention Cell bioretention_cell surface x
#> 2 BC Bio-Retention Cell bioretention_cell pavement NA
#> 3 BC Bio-Retention Cell bioretention_cell soil x
#> 4 BC Bio-Retention Cell bioretention_cell storage x
#> 5 BC Bio-Retention Cell bioretention_cell drain o
#> 6 BC Bio-Retention Cell bioretention_cell drainmat NA
#> 7 RG Rain Garden rain_garden surface x
#> 8 RG Rain Garden rain_garden pavement NA
#> 9 RG Rain Garden rain_garden soil x
#> 10 RG Rain Garden rain_garden storage NA
#> # ℹ 38 more rows