reference | R Documentation |
The function prints or returns the citation string of a chosen object/item.
reference(
src,
bibtex = FALSE,
ser = NULL,
ver = NULL,
print = TRUE,
prefix = ""
)
src |
( |
bibtex |
( |
ser |
( |
ver |
( |
print |
( |
prefix |
( |
By default the function has no return value. If print=FALSE
, the function will return a reference character string.
# A locally-present object, in package's directory
one <- fetch(src="SOM-zaffos-fragmentation",
datadir=system.file("extdata", package="chronosphere"))
# its reference
reference(one)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.