knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "README-"
)

C306

This package provides a collection of useful R codes for data analysis from the Biostatistics group at OUCRU-HCM.

Installation

You can install C306 from github with:

# install.packages("devtools")
devtools::install_github("oucru-biostats/C306@feature-rbind")

List of functions

Main functions

These functions' purpose are to generate report tables, outputting a flextable or a intermediate object of class ss_table for post-hoc manipulation.

sstable manipulation

These function provides helper to create ss_table-esque output, with supporting function to convert them to flextable or huxtable.

Plotting functions

OUCRU function written by Lam PK

Helper function written by Trinh Dong



oucru-biostats/C306 documentation built on July 16, 2024, 2:33 p.m.