| as.location | R Documentation |
Convert a path or URL to a location object.
as.location(x, type = "style")
x |
Input |
type |
(character) One of style (default) or locale |
if (length(csl_cache$list()) > 0) {
# Style files
as.location("apa")
as.location("teaching-and-learning-in-nursing")
as.location("regenerative-medicine-research")
# A URL
url <- 'http://zotero.org/styles/american-journal-of-political-science'
as.location(url)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.