citations {agricolaeplotr}R Documentation

Citation

Description

Generates citations of all loaded packages

Usage

citations(includeURL = TRUE, bibtex = TRUE)

Arguments

includeURL

boolean, Should the URL be returned?

bibtex

boolean, Should the citations be returned as bibtex?

Value

printed output to console

Examples

library(ggplot2)
library(agricolaeplotr)
library(agricolae)
library(raster)
citations()

[Package agricolaeplotr version 0.5.0 Index]