R/loadTRA.R

#' 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)
}
sahu27/sahu documentation built on May 30, 2019, 2:06 a.m.