Message-ID: <AANLkTimNM9-vcVqz6g2L3Xp5I2CQZAHgFumlEjD8CCbA@mail.gmail.com>
Date: 2010-05-23T07:04:55Z
From: Caitlin Sadowski
Subject: importing columns as factors
I have a large csv table I am trying to read into R. I would like each
column to be of type factor. However, most columns have only numeral
entries (e.g. likert scales), so are automatically imported as type
numeric. Is there a way to convert ALL columns to be of type factor,
without having to convert each column manually?
Cheers,
Caitlin