Skip to content
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

add default directory for output_folder in step_one #63

Open
ryanpeek opened this issue Nov 17, 2020 · 0 comments
Open

add default directory for output_folder in step_one #63

ryanpeek opened this issue Nov 17, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@ryanpeek
Copy link
Contributor

currently if output_folder isn't set by user, step_one_functional_flow_results() will fail with this error:

Error in file(file, ifelse(append, "a", "w")) : 
  cannot open the connection
In addition: Warning message:
In file(file, ifelse(append, "a", "w")) :
  cannot open file 'NA/10017314_ffc_percentiles.csv': No such file or directory

Will add a PR to address this so it defaults to working directory instead of failing, something like:

step_one_functional_flow_results( output_folder=".")

@ryanpeek ryanpeek added the enhancement New feature or request label Nov 17, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant