get_example_filenames {mhcnuggetsr} | R Documentation |
Get the full path to all MHCnuggets example files
get_example_filenames(
folder_name = get_default_mhcnuggets_folder(),
mhcnuggets_url = get_mhcnuggets_url()
)
folder_name |
superfolder of MHCnuggets.
The name of the superfolder is |
mhcnuggets_url |
URL to the MHCnuggets GitHub repository |
a character vector with all MHCnuggets example files
Richèl J.C. Bilderbeek
use get_example_filename to get the full path to a MHCnuggets example file
if (is_mhcnuggets_installed()) {
get_example_filenames()
}