interactive_design {faux} | R Documentation |
Set design interactively
interactive_design(output = c("faux"), plot = faux_options("plot"))
output |
what type of design to output (faux) |
plot |
whether to show a plot of the design |
list
if(interactive()){ des <- interactive_design() }