codingsystem_dplyr: Use Coding system with dplyr

select.codingsystemR Documentation

Use Coding system with dplyr

Description

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)

Arguments

.data

the coding system

...

parts of the coding system

name

name for the filtered coding system

.by

passed to dplyr::filter

.preserve

passed to dplyr::filter

x

the coding system

.rows

passed to dplyer::as_tibble

.name_repair

passed to dplyer::as_tibble

rownames

passed to dplyer::as_tibble

Value

a new codingsystem


danielruss/socR documentation built on Dec. 9, 2024, 7:32 p.m.