select.codingsystem | R Documentation |
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.
## 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)
.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 |
a new codingsystem
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.