Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add to xlsx_cells include_blank_cells doc #94

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 7 additions & 3 deletions R/xlsx_cells.R
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,13 @@
#' xlsm) by looking at the file itself, rather than using the filename
#' extension.
#' @param include_blank_cells Logical. Whether to include cells that have no
#' value or formula (but might have formatting or comments). Useful when a
#' whole column of cells has been formatted, but most are empty. Try setting
#' this to `FALSE` if a spreadsheet seems too large to load.
#' value or formula (but might have formatting or comments). Useful when a
#' whole column of cells has been formatted, but most are empty. Try setting
#' this to `FALSE` if a spreadsheet seems too large to load. Cells that are not
#' included in the Excel file because they do not contain a value, a formula, a
#' comment or some formatting still won't be included even if
#' `include_blank_cells` is set to `TRUE`. If rows for these cells are required
#' in the output, `tidyr::complete` may be useful.
#'
#' @return
#' A data frame with the following columns.
Expand Down
10 changes: 7 additions & 3 deletions man/xlsx_cells.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.