inst/doc/parameter_details.R

## ---- include = FALSE---------------------------------------------------------
knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  echo = FALSE
)

## ----setup, include = FALSE---------------------------------------------------
library(idmodelr)

## -----------------------------------------------------------------------------
if(!knitr:::is_latex_output()) {
 DT::datatable(parameter_details, filter = 'top', options = list(
  pageLength = nrow(parameter_details), autoWidth = TRUE
))
}else{
  knitr::kable(parameter_details)
  }

Try the idmodelr package in your browser

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

idmodelr documentation built on Sept. 2, 2022, 5:06 p.m.