shell_table: Create a Function to make shell tables

Description Usage Arguments Value

View source: R/shell_table.R

Description

Create a Function to make shell tables

Usage

1
shell_table(out = NULL, cols = NULL, decimals = 2, NA.string = NA)

Arguments

cols

specify which columns of the dataframe you want the numbers converted to x; default is convert all numbers in all columns to x

decimals

how many xx to add

NA.string

determines how to print out missing (i.e., NA) strings; default is blank

numeric.tables

pass the data frame; if pass a matrix, it will be converted to a dataframe

Value

outputs dataframe with character variables


CJangelo/R2Word documentation built on June 26, 2021, 6:35 a.m.