https://github.com/cran/FedData
Raw File
Tip revision: 5938c5aab5300be4f7e109a67f9b87efaf327b05 authored by R. Kyle Bocinsky on 12 October 2016, 09:00:43 UTC
version 2.3.1
Tip revision: 5938c5a
pkg_test.Rd
% Generated by roxygen2: 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.
}
\keyword{internal}

back to top