Clinical data report

Introduction

    rm(list = ls())
    library(clinDataReview)

    system.time(
        bookdown::render_book(
            input = "index.Rmd", 
            clean_envir = FALSE,
            # during template development, these options are set to FALSE:
            new_session = TRUE, clean = FALSE,
            params = yaml::read_yaml("./_bookdown.yml")[c("study", "version")],
        )
    )
    library(knitr)
    opts_chunk$set(
        echo = FALSE, 
        warning = FALSE, error = FALSE, message = FALSE, 
        results = "asis",
        cache = FALSE,
        fig.width = 8, fig.height = 7,
        fig.path = "./figures/",
        fig.align = 'center'
    )

    # print warnings where they occur (warn = 0 by default)
    options(warn = 1)
    library(clinUtils)
    library(inTextSummaryTable)


Try the clinDataReview package in your browser

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

clinDataReview documentation built on March 7, 2023, 5:13 p.m.