Learn R Programming

mhcnuggetsr (version 1.1)

get_example_filenames: 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

See Also

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

Examples

Run this code
# NOT RUN {
if (is_mhcnuggets_installed()) {
  get_example_filenames()
}
# }

Run the code above in your browser using DataLab