``` {r setup, include=FALSE} knitr::opts_chunk$set(cache=FALSE)
# Versions ```r library(DT) DT::datatable(getPackagesVersions('installed'), escape = FALSE, rownames = FALSE, option=list( dom = 't', server = FALSE, autoWidth=TRUE, ordering = FALSE ) )
library(DT) df <- BuildParamDataProcessingDT() if (!is.null(df)){ library(DT) DT::datatable(df, escape = FALSE, rownames = FALSE, option=list( dom = 't', server = FALSE, autoWidth=TRUE, ordering = FALSE ) ) }
library(DT) df <- BuildParamDataMiningDT() if (!is.null(df)){ library(DT) DT::datatable(df, escape = FALSE, rownames = FALSE, option=list( dom = 't', server = FALSE, autoWidth=TRUE, ordering = FALSE ) ) }
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.