# \donttest{
# Cite just the 'easystats' umbrella package:
cite_easystats()
summary(cite_easystats(), what = "all")
# Cite every easystats package:
cite_easystats(packages = "all")
summary(cite_easystats(packages = "all"), what = "all")
# Cite specific packages:
cite_easystats(packages = c("modelbased", "see"))
summary(cite_easystats(packages = c("modelbased", "see")), what = "all")
# To cite easystats packages in an RMarkdown document, use:
## In-text citations:
print(cite_easystats(format = "markdown"), what = "intext")
## Bibliography (print with the `output = 'asis'` option on the code chunk)
print(cite_easystats(format = "markdown"), what = "refs")
# }
Run the code above in your browser using DataLab