R/loadTRA.R

Defines functions loadTRA

Documented in loadTRA

#' run TRA gadget and save files as needed.
#' @description Run TRA gadget and save CSV files needed to export TRA exposures for the PBPK model
#' @examples 
#' \dontrun{
#' loadTRA()
#' }
#' @export
loadTRA<- function(){
  path <- tcltk::tk_choose.dir()
  exposureTRAGadget(TRUE,path)
}
ScitoVation/plethem documentation built on Oct. 1, 2020, 3:37 a.m.