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 
#' if(interactive()){
#' loadTRA()
#' }
#' @export
loadTRA<- function(){
  path <- tcltk::tk_choose.dir()
  exposureTRAGadget(TRUE,path)
}

Try the plethem package in your browser

Any scripts or data that you put into this service are public.

plethem documentation built on Nov. 8, 2020, 4:35 p.m.