Skip to content

Commit 63563bb

Browse files
olivroykrlmlr
authored andcommitted
Update comparison between tibble and data.frame
1 parent 0cb2515 commit 63563bb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

R/tibble.R

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
#' * `tibble()` is much lazier than [base::data.frame()] in terms of
1313
#' transforming the user's input.
1414
#'
15-
#' - Character vectors are not coerced to factor.
1615
#' - List-columns are expressly anticipated and do not require special tricks.
1716
#' - Column names are not modified.
1817
#' - Inner names in columns are left unchanged.

0 commit comments

Comments
 (0)