awalker89 / openxlsx

R package for .xlsx file reading and writing.
Other
364 stars 79 forks source link

error in documentation showGridLines() #441

Open wimpel opened 5 years ago

wimpel commented 5 years ago

Expected Behavior

in ?showGridLines, it says:

Usage showGridLines(wb, sheet, showGridLines = FALSE)

and

showGridLines | A logical. If TRUE, grid lines are hidden

Actual Behavior

Exactly the opposite; if showGridLines = TRUE, gridlines are shown. Also, the default of showGridLines seems to be TRUE, and not FALSE

Steps to Reproduce the Problem

seems irrelavant., since it is a helpfile that needs to be changed.. The functions itself works as expected.

sessionInfo()