-
Notifications
You must be signed in to change notification settings - Fork 1
Problems with vignettes/Excel-Tabellen.Rmd vignette #70
Copy link
Copy link
Open
Labels
Description
The code in vignettes/Excel-Tabellen.Rmd does not function properly when copied and pasted. There are two main issues:
File path accessibility: The output file output/datasetsXLSX_demo1.xlsx is not accessible on my local machine. This may be due to a missing or incorrect output directory, or the file is not being generated as expected.
Unspecified dependencies: The code relies on objects such as mtcars_source, mtcars_title, and mtcars_metadata, which are not defined within the code chunk itself. These are only referenced in the "quickXLSX" section, making the vignette harder to run without prior context. It would be more elegant and user-friendly if these objects were either defined inline or clearly documented as prerequisites.
Reactions are currently unavailable