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
We really need to pass, from R, a list of files to digitize with Momacs.
Something like: list.files("data") %>% acquire() should trigger Momacs digitization on these files and thus bypass Load images / Load folder
list.files("data") %>% acquire()
Load images / Load folder
This is a dummy example: usually we want some more complex subsets of files adn this would be really helpful in many other contexts.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
We really need to pass, from R, a list of files to digitize with Momacs.
Something like:
list.files("data") %>% acquire()
should trigger Momacs digitization on these files and thus bypassLoad images / Load folder
This is a dummy example: usually we want some more complex subsets of files adn this would be really helpful in many other contexts.
The text was updated successfully, but these errors were encountered: