View source: R/mutate_trn_registry.R
mutate_trn_registry | R Documentation |
Mutate new column for trial registration number and registry based on specified column
mutate_trn_registry(data, by, .keep = TRUE)
data |
A dataframe. |
by |
Column (bare name) in which to search for trn's (and to join by) |
.keep |
(Optional) Keep rows without trn's. Defaults to TRUE. |
A dataframe, with "trn" and "databank" columns
mutate_trn_registry(sample_trn_df, text)
mutate_trn_registry(sample_trn_df, text, .keep = FALSE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.