Prints a label and a table to the console only when verbose is TRUE

print_table(label, x, verbose = F)

Arguments

label

Character string label to print above the table

x

Object to print (typically a data frame)

verbose

Logical, if TRUE the label and table are printed (default: FALSE)

Value

NULL invisibly