R/get_fish600_casefolder.r

Defines functions get_fish600_casefolder

Documented in get_fish600_casefolder

#' Get the folder location of the FISH600 case files
#'
#' This function is used by some developers of \pkg{ss3sim} for simulations. This
#' function links to the "cases" folder in \code{extdata}.
#' @export
#' @return A character object showing the location of the FISH600 case
#' files in the package \code{extdata} folder.
get_fish600_casefolder <- function() {
  d <- system.file("extdata", package = "ss3sim")
  f <- paste0(d, "/cases/")
  f
}

Try the ss3sim package in your browser

Any scripts or data that you put into this service are public.

ss3sim documentation built on Nov. 9, 2019, 1:06 a.m.