Learn R Programming

report (version 0.4.0)

cite_easystats: Cite the easystats ecosystem

Description

A convenient function for those who wish to cite the easystats packages.

Usage

cite_easystats()

Arguments

Value

An object of class cite_easystats that can be printed, summarized (using summary()), or transformed into a table (using as.data.frame()).

Examples

Run this code
# NOT RUN {
cite_easystats()
summary(cite_easystats())
as.data.frame(cite_easystats())
# }

Run the code above in your browser using DataLab