spread_areas | R Documentation |
Spread area hierarchy to wide format
spread_areas(
areas,
min_level = min(areas$area_level),
max_level = max(areas$area_level),
space = TRUE
)
areas |
|
min_level |
integer specifying the minimum level wanted |
max_level |
integer specifying the maximum level wanted |
space |
whether to include "space" columns. Excluding these returns the
same object as |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.