Skip to content

Commit

Permalink
[doc] add a sentence how the column type is selected. closes #1117 (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
JanMarvin authored Aug 27, 2024
1 parent 33154c1 commit fc5c6be
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions R/read.R
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@
#' * 3: posixt (datetime)
#' * 4: logical
#'
#' If no type is specified, the column types are derived based on all cells
#' in a column within the selected data range, excluding potential column
#' names. If `keep_attr` is `TRUE`, the derived column types can be inspected
#' as an attribute of the data frame.
#'
#' `wb_to_df()` will not pick up formulas added to a workbook object
#' via [wb_add_formula()]. This is because only the formula is written and left
#' to be evaluated when the file is opened in a spreadsheet software.
Expand Down
5 changes: 5 additions & 0 deletions man/wb_to_df.Rd

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

0 comments on commit fc5c6be

Please sign in to comment.