Note about row names
This commit is contained in:
@@ -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.
|
percentages, and more.
|
||||||
|
|
||||||
* They fail to do some annoying things like converting character vectors to
|
* 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
|
factors, munging the column headers to make sure they're valid R
|
||||||
variable names.
|
variable names, and using row names.
|
||||||
|
|
||||||
* They return objects with class `tbl_df`. As you saw in the dplyr chapter,
|
* 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
|
this provides a nicer printing method, so it's easier to work with large
|
||||||
|
|||||||
Reference in New Issue
Block a user