emitanaka / edibble

An R-package that encapsulate elements of experimental design for better planning, management, and workflow
https://edibble.emitanaka.org
Other
215 stars 14 forks source link

Links not defined to convert to a tabular form #59

Closed emitanaka closed 1 year ago

emitanaka commented 1 year ago

Should below be an error or warning instead?

library(edibble)
design() %>% 
  set_units(pen = 2,
            pig = 6) %>% 
  serve_table()
#> # An edibble: 0 x 2
#> # ℹ 2 variables: pen <unit(2)>, pig <unit(6)>

Created on 2023-07-20 with reprex v2.0.2

emitanaka commented 1 year ago

make it an error