Skip to content

Commit

Permalink
Update comparison between tibble and data.frame
Browse files Browse the repository at this point in the history
  • Loading branch information
olivroy authored Jan 13, 2024
1 parent 49b3a23 commit 628fbcb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion R/tibble.R
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
#' * `tibble()` is much lazier than [base::data.frame()] in terms of
#' transforming the user's input.
#'
#' - Character vectors are not coerced to factor.
#' - List-columns are expressly anticipated and do not require special tricks.
#' - Column names are not modified.
#' - Inner names in columns are left unchanged.
Expand Down

0 comments on commit 628fbcb

Please # to comment.