Closed trinker closed 6 years ago
useful for viewing text data. This could be done for any columns that are character/factor. Maybe just a detect.allignment = TRUE arg
detect.allignment = TRUE
Also remove the local data frame printing and use Table as dplyr removed it in tibbles
header <- "Source: local data frame [%s x %s]\n\n"
to...
header <- "Table: [%s x %s]\n\n"
useful for viewing text data. This could be done for any columns that are character/factor. Maybe just a
detect.allignment = TRUE
arg