Use the 'sim_base' functions to start a new sim_setup.
sim_setup
sim_base(data = base_id(100, 100))
data
a data.frame.
data.frame
# Example for a linear model: sim_base() %>% sim_gen_x() %>% sim_gen_e()