Note about row names

This commit is contained in:
hadley 2015-09-23 09:57:34 -05:00
parent 65c6cc790a
commit f2a8c6bbf7
1 changed files with 2 additions and 2 deletions

View File

@ -35,8 +35,8 @@ There are many ways to read flat files into R. If you've be using R for a while,
percentages, and more.
* They fail to do some annoying things like converting character vectors to
factors, and munging the column headers to make sure they're valid R
variable names.
factors, munging the column headers to make sure they're valid R
variable names, and using row names.
* They return objects with class `tbl_df`. As you saw in the dplyr chapter,
this provides a nicer printing method, so it's easier to work with large