citations: Citation

View source: R/hello.R

citationsR 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()

agricolaeplotr documentation built on July 26, 2023, 5:47 p.m.