rajclinasia
2009-Aug-17 06:19 UTC
[R] dispaly only character variables from the dataset in R
Hi everyone, After reading the external file into R it will become a R dataset. Now my querry is i want to dispaly only character variables from that dataset. please help me in this aspect. it will be very helpful for us. Thank you in Advance. -- View this message in context: http://www.nabble.com/dispaly-only-character-variables-from-the-dataset-in-R-tp25001544p25001544.html Sent from the R help mailing list archive at Nabble.com.
you could try stringsAsFactors in the read.table function On Aug 17, 4:19?pm, rajclinasia <r... at clinasia.com> wrote:> Hi everyone, > > After reading the external file into R it will become a R dataset. Now my > querry is i want to dispaly only character variables from that dataset. > please help me in this aspect. it will be very helpful for us. > > Thank you in Advance. > -- > View this message in context:http://www.nabble.com/dispaly-only-character-variables-from-the-datas... > Sent from the R help mailing list archive at Nabble.com. > > ______________________________________________ > R-h... at r-project.org mailing listhttps://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guidehttp://www.R-project.org/posting-guide.html > and provide commented, minimal, self-contained, reproducible code.