Create a list of panel sections
Arguments
- ...
One or more section() objects, character ids, or lists of sections.
Value
A panel sections container.
Examples
sections(section("views"), section("filters"))
#> [[1]]
#> $id
#> [1] "views"
#>
#> attr(,"class")
#> [1] "maplamina_panel_section"
#>
#> [[2]]
#> $id
#> [1] "filters"
#>
#> attr(,"class")
#> [1] "maplamina_panel_section"
#>
#> attr(,"class")
#> [1] "maplamina_panel_sections"