Description Usage Arguments Value
Create a Function to make shell tables
1 | shell_table(out = NULL, cols = NULL, decimals = 2, NA.string = NA)
|
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 |
outputs dataframe with character variables
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.