tests/testthat/manual_test/test_shed_performance.R

library(ggplot2)

shed(diamonds[1:999, ])
shed(diamonds[1:1001, ])
shed(diamonds[1:9999, ])


tf <-tempfile()

write.csv(diamonds[1:1001, ], tf)

shed(diamonds[1:10001, ])
s-fleck/shed documentation built on April 23, 2020, 12:51 p.m.