Skip to content

Problems with vignettes/Excel-Tabellen.Rmd vignette #70

@LivioBaetscher

Description

@LivioBaetscher

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.

Metadata

Metadata

Labels

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions