View source: R/check_mhcnuggets_options.R
check_mhcnuggets_options_names | R Documentation |
mhcnuggets_options
list.Check the names of the elements in an mhcnuggets_options
list.
Will stop if an element is missing.
check_mhcnuggets_options_names(mhcnuggets_options)
mhcnuggets_options |
options to run MHCnuggets with, as can be created by create_mhcnuggets_options. |
Richèl J.C. Bilderbeek
if (is_mhcnuggets_installed()) {
check_mhcnuggets_options_names(
create_test_mhcnuggets_options()
)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.