-
-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
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
Output Structure #7
Comments
@daviddalpiaz something along the lines of: output:
assignr::gen_hw:
assign: yes
soln: yes
output_dir: "path/to/dir" Sound good? |
Is |
Also, |
@daviddalpiaz we can have multiple functions or condense options. e.g. we presently have: assignr(file, output_dir = NULL, assign_file = TRUE, soln_file = TRUE, zip_files = TRUE) The multiple function way could have more clear presets: gen_assign(file, output_dir = NULL, zip_files = TRUE)
gen_soln(file, output_dir = NULL, zip_files = TRUE) We can add the parameter |
Specify via YAML header?
The text was updated successfully, but these errors were encountered: