-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Description
This package is awesome - tabular data stored as plain text with saved column types.
The integer64 format is provided by the bit64 R package. It would be nice to include support for it in this package.
mtcars2 <- mtcars |> dplyr::mutate(cyl = bit64::as.integer64(cyl))
git2rdata::write_vc(mtcars2, file = "mtcars2") # This currently returns an error
The error is
Error in UseMethod("meta", x)
no applicable method for 'meta' applied to an object of class "integer64"
R: 4.4.3
git2rdata: 0.5.0
Metadata
Metadata
Assignees
Labels
No labels