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
file_all
Should we add a file_all function?
It would be helpful if we need to move all files from a sub-folder. (e.g. inst/ folder)
inst/
The text was updated successfully, but these errors were encountered:
This is what file_auto() is supposed to do.
file_auto()
We just need to implement this #18 to guess the type of files with unknown extensions.
Sorry, something went wrong.
No branches or pull requests
Should we add a
file_all
function?It would be helpful if we need to move all files from a sub-folder. (e.g.
inst/
folder)The text was updated successfully, but these errors were encountered: