View source: R/checkHostParams.R
checkLicenseFile | R Documentation |
Checks if valid license is available for NLME run.
checkLicenseFile(installDir, verbose = FALSE, outputGenericInfo = TRUE)
installDir |
Directory with NLME executables as specified in 'INSTALLDIR' environment variable. |
verbose |
Flag to output all messages during authorization and licensing. Default is 'FALSE'. |
outputGenericInfo |
Flag to provide TDL5 output when no issues found. Default is 'TRUE'. |
'TRUE' if all checks are successful, otherwise 'FALSE'.
## Not run:
checkLicenseFile(Sys.getenv("INSTALLDIR"),
verbose = TRUE)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.