``` {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
              )
            )

Summary for data processing

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
              )
            )


}

Summary for data mining

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
              )
            )



}


samWieczorek/Prostar documentation built on April 27, 2022, 7:32 a.m.