View source: R/which_registry.R
which_registries | R Documentation |
Check which registry each element of input is from
which_registries(x)
x |
A character vector. |
A character vector, length of input.
which_registries(c("NCT00312962", "hello", "euctr2020-001808-42", NA))
df <- dplyr::tibble(trn = c("NCT00312962", "hello", "euctr2020-001808-42", NA))
dplyr::mutate(df, registry = which_registries(trn))
# Does not work for multiple registries in one element
## Not run:
which_registries(c("NCT00312962 and euctr2020-001808-42", "hello", "euctr2020-001808-42", NA))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.