#' @rdname TAF-internal
#'
#' @export
## Model directory name
model.dir <- function()
{
if(!dir.exists("model") && dir.exists("method"))
"method"
else
"model"
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.