reference: List of references

Description Usage Arguments Value Examples

View source: R/reference.R

Description

Output a list of references (a bibliography) of all the used datasets and R-packages

Usage

1
reference(outFile = NULL, print = TRUE, style = "bibtex", ...)

Arguments

outFile

[character(1)]
an optional file to which the bibliography should be saved.

print

[logical(1)]
should the output be printed in the console (TRUE, defailt) or should it merely be returned (FALSE)?

style

[character(1)]
the print style (by default "bibtex"). If present, must be a unique abbreviation (with case ignored) of the available styles, see bibentry.

...

[various]
additional arguments for the format() method of bibentry.

Value

A list of all the references that result from the operations that were used in the recent session.

Examples

1
2
3
4
5
6
7
8
9
# just return the list to the console ...
reference(style = "latex")

## Not run: 

# ... or store it in your project path
reference(outFile = "myBib.bib")

## End(Not run)

EhrmannS/rasterTools documentation built on Sept. 4, 2019, 10:34 a.m.