get_example_filenames {mhcnuggetsr}R Documentation

Get the full path to all MHCnuggets example files

Description

Get the full path to all MHCnuggets example files

Usage

get_example_filenames(
  folder_name = get_default_mhcnuggets_folder(),
  mhcnuggets_url = get_mhcnuggets_url()
)

Arguments

folder_name

superfolder of MHCnuggets. The name of the superfolder is /home/[user_name]/.local/share by default, as can be obtained byget_default_mhcnuggets_folder

mhcnuggets_url

URL to the MHCnuggets GitHub repository

Value

a character vector with all MHCnuggets example files

Author(s)

Richèl J.C. Bilderbeek

See Also

use get_example_filename to get the full path to a MHCnuggets example file

Examples

if (is_mhcnuggets_installed()) {
  get_example_filenames()
}

[Package mhcnuggetsr version 1.1 Index]