Nothing
#' 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"))
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.