You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A few years ago I changed the internals of the tradestatistics package after there was a problem with tibble on CRAN (i.e., I did a few pushes like pachadotdev/tradestatistics@a405852).
I would like to go back to tibble, and the only thing I can't get out of the box is to add a YAML header when saving a tibble. data.table allows fwrite(d, file, yaml = TRUE) when I want to cache my downloads. Is something like this on the roadmap?
This also overlaps with readr.
The text was updated successfully, but these errors were encountered:
pachadotdev
changed the title
Optimal way to move dependency from data.table to tibble
YAML headers in Tibble
Jun 5, 2023
Hi!
A few years ago I changed the internals of the tradestatistics package after there was a problem with tibble on CRAN (i.e., I did a few pushes like pachadotdev/tradestatistics@a405852).
I would like to go back to
tibble
, and the only thing I can't get out of the box is to add a YAML header when saving a tibble.data.table
allowsfwrite(d, file, yaml = TRUE)
when I want to cache my downloads. Is something like this on the roadmap?This also overlaps with
readr
.The text was updated successfully, but these errors were encountered: