You need to sign in or sign up before continuing.
Newer
Older
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/manage_data_dir.R
\name{check.data.dir.structure}
\alias{check.data.dir.structure}
\title{Checks if the structure of the fadnUtils.data.dir is ok}
\usage{
check.data.dir.structure(data.dir = NULL, silent = T)
}
\arguments{
\item{data.dir}{a specific directory to show contents, otherwise it will read the fadnUtils.data.dir}
\item{silent}{if TRUE, do not print any message}
}
\value{
TRUe if everything is ok; FALSE otherwise
}
\description{
Checks if the structure of the fadnUtils.data.dir is ok
}