powered by
Print code to recreate a design
print_code(design)
A design object, typically created using the + operator
# NOT RUN { my_population <- declare_population(N = 100) my_assignment <- declare_assignment(m = 50) my_design <- my_population + my_assignment print_code(my_design) # }
Run the code above in your browser using DataLab