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

formatHobo - add example for list.file #90

Open
leppott opened this issue Jun 17, 2019 · 0 comments
Open

formatHobo - add example for list.file #90

leppott opened this issue Jun 17, 2019 · 0 comments

Comments

@leppott
Copy link
Owner

leppott commented Jun 17, 2019

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant