meanCalc: Calculate mean value in adm. bounds

Description Usage Arguments Value Examples

View source: R/meanCalc.R

Description

Calculates the mean value by administraive boundaries

Usage

1
meanCalc(.table, .var, .name, .admbounds)

Arguments

.table

Data table

.var

Variable name inputted as symbol

.name

String specifying variable name

.admbounds

String specifying administrative codes

Value

Tibble with mean value by administrative code

Examples

1
meanCalc(data[['building']], sym('dm_grade'), 'dm_grade', 'ward')

bradleyswilson/hrrp documentation built on May 28, 2019, 7:13 p.m.