We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I think a function that executes only the file handling portion of run_example_sim would be very useful. I propose a setup_example_sim function.
run_example_sim
setup_example_sim
The text was updated successfully, but these errors were encountered:
Alternatively, this could also be implemented as an argument to run_example_sim.
Sorry, something went wrong.
What's the use-case you're thinking about?
I am thinking of tutorial-like workflows that:
nml_template_path()
run_glm
A setup_example_sim function would simplify step 1 while allowing step 2 to occur before step 3.
No branches or pull requests
I think a function that executes only the file handling portion of
run_example_sim
would be very useful. I propose asetup_example_sim
function.The text was updated successfully, but these errors were encountered: