Skip to content
Prev 336227 / 398502 Next

Categorizing and displaying excel data in tabular format

Hello,

With me the following worked:

URL <- "http://r.789695.n4.nabble.com/file/n4684711/R_format.csv"
dat <- read.csv(URL)

str(dat)
'data.frame':   34 obs. of  2 variables:
  $ Tasks          : Factor w/ 10 levels "Code upgrade BE/FE",..: 4 4 4 
4 8 6 6 6 6 6 ...
  $ Client.Mnemonic: Factor w/ 18 levels "AHSW_CA","ANMC_AK",..: 2 2 18 
18 2 9 9 8 8 8 ...

I also find fortune(122) appropriate.

Rui Barradas

Em 04-02-2014 16:49, Greg Snow escreveu: