check_pureseqtm_installation {pureseqtmr} | R Documentation |
Checks the installation of PureseqTM. Throws a helpful error message if incomplete, else does nothing
check_pureseqtm_installation(folder_name = get_default_pureseqtm_folder())
folder_name |
superfolder of PureseqTM.
The superfolder's name is |
Nothing. Will stop with a helpful error message if PureseqTM is not installed.
Richèl J.C. Bilderbeek
if (is_pureseqtm_installed()) {
check_pureseqtm_installation()
}