print.sas_table: Printing SAS Tables

Description Usage Arguments

View source: R/print_sas_table.R

Description

Method to print output from proc_freq and other sassy functions

Usage

1
2
## S3 method for class 'sas_table'
print(x, na.print = "-", digits = 4, ...)

Arguments

x

Object of class sas_table

na.print

Basically the only thing that has changed. This default argument replaces NA values with "-"

digits

This is set to 4 because default print is a bit much

...

these are your standard print options, based on the default class of the object


collinn/sassyR documentation built on May 1, 2020, 1:59 a.m.