R/utility_functions.R
print_df.Rd
This function uses write.table to print the input data.frame in a nicely-formatted manner that is easy to read
write.table
data.frame
print_df(x, col.names = FALSE, row.names = FALSE)
The data.frame to be printed
Boolean for whether column names should be printed
Boolean for whether row names should be printed