clipr 0.6.0
Thank you to @wangyuchen for making the following suggestions:
-
To make clipr more pipe-friendly,
write_clip()
now defaults toreturn_new = FALSE
, and will instead return the initial object that was passed in. To get the old behavior, passreturn_new = TRUE
-
In an effort to make
write_clip()
andread_clip_tbl()
more symmetrical,write_clip()
now defaults to writing out row and column names when they exist. -
Introduces
write_last_clip()
, a wrapper function forwrite_clip(.Last.value)