From f2a8c6bbf76746fbcc1ad89bba2a9f3c1a5ec3a4 Mon Sep 17 00:00:00 2001 From: hadley Date: Wed, 23 Sep 2015 09:57:34 -0500 Subject: [PATCH] Note about row names --- import.Rmd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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