Re: [R] Difficulty with UNIQUE

2013-03-15 Thread Blaser Nello
Subject: [R] Difficulty with UNIQUE I need to extract labels from Excel input data to use as dimnames later on. I can successfully read the Excel data into three matrices: capacity <- read.csv("c:\\R\\data\\capacity.csv") price.lookup <- read.csv("c:\\R\\data\\price lookup.csv&qu

[R] Difficulty with UNIQUE

2013-03-15 Thread Barry King
I need to extract labels from Excel input data to use as dimnames later on. I can successfully read the Excel data into three matrices: capacity <- read.csv("c:\\R\\data\\capacity.csv") price.lookup <- read.csv("c:\\R\\data\\price lookup.csv") sales <- read.csv("c:\\R\\data\\sales.csv") The value