R/get_default_mhcnuggets_folder.R

Defines functions get_default_mhcnuggets_folder

Documented in get_default_mhcnuggets_folder

#' Get the path to the folder where this package installs
#' `MHCnuggets` by default
#' @inheritParams default_params_doc
#' @return the path to the folder where this package installs
#'   `MHCnuggets`` by default
#' @examples
#' get_default_mhcnuggets_folder()
#' @author Richèl J.C. Bilderbeek
#' @export
get_default_mhcnuggets_folder <- function(
  mhcnuggetsr_folder = get_default_mhcnuggetsr_folder()
) {
  file.path(mhcnuggetsr_folder, "mhcnuggets")
}
richelbilderbeek/mhcnuggetsr documentation built on Nov. 9, 2023, 10 p.m.