print_df: Nicely print the contents of a data.frame
Description
This function uses write.table
to print the input data.frame
in a nicely-formatted manner that is easy to read
Usage
print_df(x, col.names = FALSE, row.names = FALSE)
Arguments
- x
The data.frame
to be printed
- col.names
Boolean for whether column names should be printed
- row.names
Boolean for whether row names should be printed