Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Add integer64 support #81

@AnthonyEbert

Description

@AnthonyEbert

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions