trinker / textreadr

Tools to uniformly read in text data including semi-structured transcripts
74 stars 5 forks source link

Add left.allign arg to textreadr::peek #10

Closed trinker closed 6 years ago

trinker commented 7 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

trinker commented 6 years ago

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"