Files
Rpacman/man/check_pacman_dir.Rd

15 lines
396 B
R

% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/utils.R
\name{check_pacman_dir}
\alias{check_pacman_dir}
\title{Checks the current project has a valid pacman directory structure}
\usage{
check_pacman_dir()
}
\value{
invisible boolean TRUE if the structure is valid, FALSE otherwise
}
\description{
Checks the current project has a valid pacman directory structure
}