Skip to contents

get_lid_para_types

Usage

get_lid_para_types()

Value

returns tidy data frame with required parameteration for LIDs based on SWMM documentation

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