decode_dois | R Documentation |
Replace URL encoded DOIs (often exported from bibliographic databases and search tools like Publish or Perish, e.g. ' with original special character encoding (e.g. '(').
decode_dois(dois, keep_http = TRUE)
dois |
A vector of DOIs. |
keep_http |
Logical argument specifying whether to retain http prefix (TRUE) or not (FALSE). Default is set to TRUE. |
A vector of edited DOIs
## Not run: refs <- synthesisr::read_refs('www/embase.ris') dois <- refs$doi new_dois <- decode_dois(dois, keep_http = FALSE) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.