audrey-b / sims

An R package to simulate data from JAGS or R Code
https://poissonconsulting.github.io/sims/
Other
1 stars 2 forks source link

add save = FALSE argument to sims_simulate #22

Closed joethorley closed 5 years ago

joethorley commented 5 years ago

if save = TRUE write to file and return TRUE if save = NA then both return lists object and write to file

not can then set path = "." instead of path = NULL

joethorley commented 5 years ago

done