Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Integrate num() with datatable? #428

Open
krlmlr opened this issue Dec 29, 2021 · 0 comments
Open

Integrate num() with datatable? #428

krlmlr opened this issue Dec 29, 2021 · 0 comments

Comments

@krlmlr
Copy link
Member

krlmlr commented Dec 29, 2021

library(tibble)

data <- tibble(x = num(1:3, digits = 5))
data
#> # A tibble: 3 × 1
#>           x
#>   <num:.5!>
#> 1   1.00000
#> 2   2.00000
#> 3   3.00000

DT::datatable(data)

Created on 2021-12-29 by the reprex package (v2.0.1)

@krlmlr krlmlr added this to the 1.6.5 milestone Dec 29, 2021
@krlmlr krlmlr removed this from the 1.6.5 milestone Jan 26, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant