officer icon indicating copy to clipboard operation
officer copied to clipboard

read_pptx() fails for .pptx file with slide master but w/o layouts or slides

Open markheckmann opened this issue 4 months ago • 0 comments

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

markheckmann avatar Sep 28 '24 16:09 markheckmann