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