KentonWhite / ProjectTemplate

A template utility for R projects that provides a skeletal project.
http://projecttemplate.net
GNU General Public License v3.0
622 stars 159 forks source link

Variable name appended instead of overwritten #270

Open Hugovdberg opened 6 years ago

Hugovdberg commented 6 years ago

Stub bugreport, will append to later.

While changing the reader signature a bug was introduced that the sheetnames were incrementally appended to the variable name, instead of to the workbook name. So a file File.xlsx with sheets Sheet1 and Sheet2 resulted in variable names File.Sheet1 and File.Sheet1.Sheet2.