txt_mean_sd: Summary text functions for html tables

txt_mean_sdR Documentation

Summary text functions for html tables

Description

Summary text functions for html tables

Usage

txt_mean_sd(var, na.rm = TRUE, digits = 2, unicode = T)

Arguments

var

A numeric vector or variable name within a dataframe

na.rm

a logical value indicating whether NA values should be stripped

digits

number of decimal places (limited to 1-3)

Value

A character vector with mean and sd, suitable for printing in an html table

Examples

library(dplyr)
txt_mean_sd(1:10)
txt_mean_sd(1:10, digits = 1)
txt_mean_sd(1:10, digits = 3)
txt_mean_sd(x, digits = 3, unicode = F)

JMLuther/tabletools documentation built on July 1, 2024, 2:01 p.m.