Skip to content

Flex sub of select_ct

Instead of the strict named list option for sub, use an expression to allow users to flex to gt/lt and gte/lte.

e.g.:

sub <- select_ct(x, sub = dem < 320 & lc == 212)

Merge request: !18 (merged)

Edited by Alec L. Robitaille