Skip to content

clipr 0.2.1

Compare
Choose a tag to compare
@mdlincoln mdlincoln released this 24 Jun 01:56
· 279 commits to main since this release
  • Introduces read_clip_tbl, a convenience function that takes tab-delimited
    text from read_clip (such as that copied from a spreadsheet) and parses it
    with read.table. Thank you to Steve Simpson (@data-steve) for the original PR.
  • write_clip(object_type = "table") has a new internal implementation (writing
    to a temporary file rather than using capture.output) which should
    dramatically shorten the time it takes to write very large tables to the
    clipboard. Thank you to @r2evans for this suggestion.