R/reset_dir_data.R

Defines functions reset_dir_data

Documented in reset_dir_data

#' @title
#' Reset data directory to online
#' 
#' @description 
#' The function changes the directory from where the data is loaded back to the online data repository. Function does not take arguments.
#'
#' @export
reset_dir_data <- function(){
  assign('dir_data', paramEnv$dir_data_online, envir = paramEnv)
}
sybrendeuzeman/WIOD_package documentation built on Jan. 29, 2020, 9:07 p.m.