- Fixes
read.str
andread_glimpse
for changes in print methods. - Removes explicit support for
tibble::data_frame
as it is now deprecated in favor oftibble::tibble
- Adds
write.so
andwrite_so
, which output clean code and calls to reproduce and assign a data frame. read_glimpse
handles the new behavior ofglimpse
with single character ellipses.read_glimpse
handles commas and quotes in quoted strings and factors properly.read.str
andread_str
now read single-string input properly.
- Changed default of
read_so
'srow_names
parameter to guess based on header and first row. - Added
na.strings
/na
parameters toread.so
/read_so
with a default that will catch data.frame's character<NA>
printing. - Added a
NEWS.md
file to track changes to the package. - Added
read.str
/read_str
andread.glance
/read_glance
to read the print methods ofstr.data.frame
andtibble::glance
, respectively.
- Added
read.so
andread_so
to read data.frame and tibble print methods. - Added
read.md
andread_md
to read Markdown tables.