Nothing
Note! This is a general report template. Specific layouts can be generated on demand.
Date: r format(Sys.time(), '%d %B, %Y')
# get a local representation of all data provided by Shiny testing <- length(params$Stability)==1L && (is.na(params$Stability) | params$Stability=="NA") if (testing) { S <- eCerto::CRM001[["Stability"]] O <- list( "apm" = NULL, "U_Def" = input$s_sel_dev, "mt" = getValue(rv, c("General", "materialtabelle")), "type" = 1, "t_cert" = 60, "slope_of_means" = FALSE, "show_legend" = TRUE ) } else { S <- params$Stability O <- params$Options } an <- as.character(S[["s_vals"]][,"analyte"])
This is the table of uncertainties associated with Stability:
eCerto:::styleTabS1(x = S[["s_vals"]], mt = data.frame("analyte"=an))
r ifelse(length(an)>=2, "These are the individual Stability boxplots:", "This is the Stability boxplot:")
# make individual plots to allow separate inclusion in i.e. Word reports for (i in 1:length(an)) { try( eCerto:::plot_lts_data( x = eCerto:::prepFigS1( #s = S[["data"]], s = O[["s_Data"]], an = an[i], apm = O[["apm"]], U_Def = O[["U_Def"]], mt = O[["mt"]] ), type = O[["type"]], t_cert = O[["t_cert"]], slope_of_means = O[["slope_of_means"]], show_legend = O[["show_legend"]] ) ) }
This is the table of (non rounded) input data from the original file r S[["input_files"]]
:
DT::datatable(data = S[["data"]], rownames = NULL, options = list(dom = "t", paging = FALSE))
End of Report.
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.