% Generated by roxygen2: do not edit by hand % Please edit documentation in R/manage_data_dir.R \name{set.data.dir} \alias{set.data.dir} \title{Sets the data.dir} \usage{ set.data.dir(new.data.dir) } \arguments{ \item{new.data.dir}{the full path to the folder where the data.dir will be. Ending slash "/" shall not be present} } \value{ TRUE if succesfully set the data.dir; FALSE otherwise. Returns in invisible mode. } \description{ Sets the data.dir }