powered by
Compute Absolute Concentration
ds_abs_conc(.data, .cols, .name)abs_conc(..., .data = dplyr::across(everything()))
abs_conc(..., .data = dplyr::across(everything()))
a tibble or numeric vector if .name missing
tibble with sf geometry
tidy-select Columns to compute the measure with. Must be at least 2 columns. If more than 2, treats first column as first group and sum of other columns as second.
tidy-select
name for column with absolute concentration. Leave missing to return a vector.
arguments to forward to ds_abs_conc from abs_conc
data('de_county') ds_abs_conc(de_county, c(pop_black, starts_with('pop_'))) ds_abs_conc(de_county, c(pop_black, starts_with('pop_')), 'abs_conc')
Run the code above in your browser using DataLab