element_summarise_backlog: Summarise the backlog at each grade for an element-level...

Description Usage Arguments Value Examples

Description

Summarise the backlog at each grade for an element-level dataset

Usage

1
element_summarise_backlog(element_data, by = elementid)

Arguments

element_data

An element-level data frame.

by

An expression that identifies the column name used to group the summary. Should be either buildingid or elementid.

Value

A data frame in tidy format with grade and whatever was supplied to the by argument as variables and the backlog as the value.

Examples

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)

DFE-Capital/Blockbuster-2 documentation built on May 26, 2019, 7:23 a.m.