loadAndCite: loadAndCite packages

Description Usage Arguments Examples

View source: R/loadAndCite.R

Description

Load and if not installed yet install packges in the list

Usage

1
2
3
loadAndCite(packages = c("devtools", "likert", "reshape", "psych",
  "questionr", "foreign", "GPArotation", "knitr", "corrplot"),
  bibtex = "packages.bibtex")

Arguments

packages

A list of packages to install and cite

bib

bibtex file with packages to export

Examples

1
2
3
packages <- c("devtools", "likert", "reshape", "psych", "questionr", "foreign", "GPArotation", "knitr", "corrplot")
bib <- "loaded_packages.bibtex"
loadAndCite(packages, bib)

muuksi/bici documentation built on May 23, 2019, 10:53 a.m.