Description Usage Arguments Value Examples
Summarise the area at each grade for an element-level dataset
| 1 | element_summarise_area(element_data, by = elementid)
 | 
| element_data | An element-level data frame. | 
| by | An expression that identifies the column name used to group the
summary.  Should be either  | 
A data frame in tidy format with grade and whatever was supplied to
the by argument as variables and the area as the value.
| 1 2 3 4 | # Summarising area by component type
blockbuster2:::element_summarise_area(simulated_elements, elementid)
# Summarising area by block
blockbuster2:::element_summarise_area(simulated_elements, buildingid)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.