powered by
Compute Blau's Index
ds_blau(.data, .cols, .name)blau(..., .data = dplyr::across(everything()))
blau(..., .data = dplyr::across(everything()))
a tibble or numeric vector if .name missing
tibble
tidy-select Columns to compute the measure with.
tidy-select
name for column with Blau index. Leave missing to return a vector.
arguments to forward to ds_blau from blau
data('de_county') ds_blau(de_county, starts_with('pop_')) ds_blau(de_county, starts_with('pop_'), 'blau')
Run the code above in your browser using DataLab