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
When reading a file with a slide master but without layouts or slides, read_pptx() throws an error.
Such an empty file is a bit unusual, still the error could be more informative.
File: test-no-layouts.pptx
x <- read_pptx(file) Error in fix.by(by.x, x) : 'by' must specify valid column
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When reading a file with a slide master but without layouts or slides, read_pptx() throws an error.
Such an empty file is a bit unusual, still the error could be more informative.
File: test-no-layouts.pptx
The text was updated successfully, but these errors were encountered: