"man/man/get.data.dir.Rd" did not exist on "44c077e54cc810e4b0341f6faa7f1aec4d4fd4f0"
Newer
Older
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/manage_data_dir.R
\name{get.data.dir}
\alias{get.data.dir}
\title{Gets the data.dir}
\usage{
get.data.dir()
}
\value{
the value of option("fadnUtils.data.dir")
}
\description{
data.dir is the folder where data is stored
r package will create two subfolders:
csv = location to store the csv files of th DG-AGRI (fadn.raw.csv)
rds = location to store rds files (fadn.raw.rds, fadn.str.rds, etc.)
}