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
Is your feature request related to a problem? Please describe. Rather than list out files use list.files() to get all files in directory.
Describe the solution you'd like Example below.
path <- paste0(wd, "/", "Data0_Original") # Function Inputs myFiles <- list.files(path, "(.csv)")
Describe alternatives you've considered NA
Additional context Add to example for the function so users can see an alternative to listing out each file.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Is your feature request related to a problem? Please describe.
Rather than list out files use list.files() to get all files in directory.
Describe the solution you'd like
Example below.
Describe alternatives you've considered
NA
Additional context
Add to example for the function so users can see an alternative to listing out each file.
The text was updated successfully, but these errors were encountered: