Use Coding system with dplyr
codingsystem_dplyr.Rd
These methods allow you to use the codingsystem like a tibble. When using select, make sure you keep the code/title or else you can break the functionality of the codingsystem.
Usage
# S3 method for class 'codingsystem'
select(.data, ...)
# S3 method for class 'codingsystem'
filter(.data, ..., name = NULL, .by = NULL, .preserve = FALSE)
# S3 method for class 'codingsystem'
mutate(.data, ...)
# S3 method for class 'codingsystem'
as_tibble(x, ..., .rows = NULL, .name_repair = NULL, rownames = NULL)