vac_distinct | R Documentation |
Create distinct vaccination data. Sorts by dose_count
prior to calling
distinct()
.
vac_distinct(data, cols = "asiis_pat_id_ptr", desc = TRUE)
data |
Vaccination data |
cols |
|
desc |
Should |
An object of the same type as data
. The output has the following
properties:
Rows are a subset of the input but appear in the same order
Columns are not modified
Groups are not modified
Data frame attributes are preserved
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.