reference {chronosphere} | R Documentation |
Retrieve citation of data object
Description
The function prints or returns the citation string of a chosen object/item.
Usage
reference(
src,
bibtex = FALSE,
ser = NULL,
ver = NULL,
print = TRUE,
prefix = ""
)
Arguments
src |
( |
bibtex |
( |
ser |
( |
ver |
( |
print |
( |
prefix |
( |
Value
By default the function has no return value. If print=FALSE
, the function will return a reference character string.
Examples
# A locally-present object, in package's directory
one <- fetch(src="SOM-zaffos-fragmentation",
datadir=system.file("extdata", package="chronosphere"))
# its reference
reference(one)
[Package chronosphere version 0.6.1 Index]