simple_uri | R Documentation |
Replace "/" and ":" in an URI with "_" so that they can be used as filenames
simple_uri(uri, reverse=FALSE)
uri |
character, a URI |
reverse |
logical. If |
character
uri <- "doi:10.7910/DVN/UNLRGC"
u <- simple_uri(uri)
u
simple_uri(u, reverse=TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.