tests/test_GGglimpse.R

n <- 100

df1 <- data_frame(a = rnorm(n = n),
                  b = sample(x = round(n/10), size = n, replace = TRUE))

GGglimpse(df = df1)
rcorty/CortyKit documentation built on May 27, 2019, 3:03 a.m.