diff --git a/import.Rmd b/import.Rmd index 70ab566..14f37b7 100644 --- a/import.Rmd +++ b/import.Rmd @@ -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