https://github.com/cran/FedData
Raw File
Tip revision: e37c1f9a929436d15ba90a6af2bb8096e33eb13d authored by R. Kyle Bocinsky on 23 September 2015, 02:45:49 UTC
version 2.0.1
Tip revision: e37c1f9
pkg_test.Rd
% Generated by roxygen2 (4.1.1): do not edit by hand
% Please edit documentation in R/UTILITY_FUNCTIONS.R
\name{pkg_test}
\alias{pkg_test}
\title{Install and load a package.}
\usage{
pkg_test(x)
}
\arguments{
\item{x}{A character string representing the name of a package.}
}
\description{
This is a convenience function that checks whether a package is installed, and if not, installs it.
}

back to top