View source: R/assess_data_code.R
| split_identifiers | R Documentation |
rtransparent joins the data/code identifiers it extracts with " ; ". This
splits such a string (or a vector of them) into a trimmed character vector,
dropping empties. rfair's id_parse() already understands the forms it emits
(doi.org URLs, repository URLs, and identifiers.org prefix:accession codes
such as geo:GSE123 or bioproject:PRJEB123).
split_identifiers(x, sep = " ; ")
x |
A character vector of identifier strings (each possibly joined). |
sep |
Separator used to join identifiers (default |
A character vector of individual identifiers.
split_identifiers("https://doi.org/10.5061/dryad.x ; geo:GSE12345")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.