NEWS.md
dpasta
_format
functionsdt_paste
function for pasting as data.table
(Thanks @jonocarroll, #72, closes #70)dpasta()
will now handle tribbles with R classes that cannot be represented in tribble form. It falls back to their character representation. This works well for things like dates.c()
expressions from raw data, and pivot c()
exprs between vertical and horizontal format.c()
expr, it will toggle all elements between quoted and bare format.dmdclip()
- Why would you?. Tests containing clipboard use are skipped on CI and CRAN.dpasta
. The clipboard is not involved.dmdclip
._construct()
functions that return the formatted output as an R character vector.dp_set_decimal_mark
.df_paste()
which pastes a table from the clipboard using a nicely formatted call to data.frame()
rather than tribble()
tribble_paste()
and vector_paste()
now pastes NA’s as unquoted, so R will parse as proper NA.tribble_paste()
can parse an paste table text copied from raw delimited file e.g. csv, tsv, pipe delimited, semi-colon delimited.vector_paste()
uses a space between elements.NEWS.md
file to track changes to the package.tribble_paste()