if (FALSE) { # interactive()
# Use the examples from tb_main if you want to see these functions in action.
path_who <- paste0(tempdir(), "/whodrug_directory/")
dir.create(path_who)
create_ex_who_txt(path_who)
tb_who(path_who = path_who)
# Clear temporary files when you're done
unlink(path_who, recursive = TRUE)
}
Run the code above in your browser using DataLab