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

Remove unzipped option? #121

Closed
JanMarvin opened this issue Apr 5, 2022 · 0 comments
Closed

Remove unzipped option? #121

JanMarvin opened this issue Apr 5, 2022 · 0 comments

Comments

@JanMarvin
Copy link
Owner

I assume it is only useful for debugging? I've never used it does anyone care if we ditch this?

# TODO default of isUnzipped to tools::file_ext(file) == "zip" ?
## If this is a unzipped workbook, skip the temp dir stuff
if (isUnzipped) {
xmlDir <- file
xmlFiles <- list.files(path = xmlDir, full.names = TRUE, recursive = TRUE, all.files = TRUE)
} else {

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