Description Usage Arguments Value Examples
Summarise the backlog at each grade for an element-level dataset
1  | element_summarise_backlog(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 backlog as the value.
1 2 3 4  | # Summarising backlog by component type
blockbuster2:::element_summarise_backlog(simulated_elements, elementid)
# Summarising backlog by block
blockbuster2:::element_summarise_backlog(simulated_elements, buildingid)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.