seven31 icon indicating copy to clipboard operation
seven31 copied to clipboard

List2

Open romainfrancois opened this issue 5 years ago • 0 comments

so that we can !!! in reveal()

x <- 1:10
seven31::reveal(!!!x)
#> 0 01111111111 (0) 0000000000000000000000000000000000000000000000000000 : 1
#> 0 10000000000 (1) 0000000000000000000000000000000000000000000000000000 : 2
#> 0 10000000000 (1) 1000000000000000000000000000000000000000000000000000 : 3
#> 0 10000000001 (2) 0000000000000000000000000000000000000000000000000000 : 4
#> 0 10000000001 (2) 0100000000000000000000000000000000000000000000000000 : 5
#> 0 10000000001 (2) 1000000000000000000000000000000000000000000000000000 : 6
#> 0 10000000001 (2) 1100000000000000000000000000000000000000000000000000 : 7
#> 0 10000000010 (3) 0000000000000000000000000000000000000000000000000000 : 8
#> 0 10000000010 (3) 0010000000000000000000000000000000000000000000000000 : 9
#> 0 10000000010 (3) 0100000000000000000000000000000000000000000000000000 : 10

Created on 2018-10-26 by the reprex package (v0.2.1.9000)

romainfrancois avatar Oct 26 '18 14:10 romainfrancois