R/demoFunction.R

Defines functions getSMLXdir getMLXdir

Documented in getMLXdir

#' Get monolix demo project path
#'
#' @return path to the monolix demo from REMix package.
#' @export
#'
#' @seealso \code{\link{dynFUN_demo}}.
#'
#' @examples
#' print(getMLXdir())
getMLXdir <- function(){
  return(system.file("extdata", "demoMLX.mlxtran", package = "REMixed"))
}

getSMLXdir <- function(){
  return(system.file("extdata", "demoSMLX.mlxtran", package = "REMixed"))
}

Try the REMixed package in your browser

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

REMixed documentation built on Jan. 19, 2026, 5:07 p.m.