check_mhcnuggets_options_names: Check the names of the elements in an 'mhcnuggets_options'...

View source: R/check_mhcnuggets_options.R

check_mhcnuggets_options_namesR Documentation

Check the names of the elements in an mhcnuggets_options list.

Description

Check the names of the elements in an mhcnuggets_options list. Will stop if an element is missing.

Usage

check_mhcnuggets_options_names(mhcnuggets_options)

Arguments

mhcnuggets_options

options to run MHCnuggets with, as can be created by create_mhcnuggets_options.

Author(s)

Richèl J.C. Bilderbeek

Examples

if (is_mhcnuggets_installed()) {
  check_mhcnuggets_options_names(
    create_test_mhcnuggets_options()
  )
}

richelbilderbeek/mhcnuggetsr documentation built on Nov. 9, 2023, 10 p.m.