Skip to content
Back to formatted view

Raw Message

Message-ID: <000e01c83e4e$75a9e9a0$0200a8c0@PC2>
Date: 2007-12-14T12:39:02Z
From: mika03
Subject: Conflating categories

Hi,

I think this is a pretty basic question. I still couldn#t find the answer to 
it, though.

I have some data loaded into R, which looks like this:

> data()
...
38358     Advice      Article
38359     Advice      Article
38360    GeneralInfo  List
38361    GeneralInfo      Article
38362     Purchase   Paragraphs
38363     Purchase         List
38364     Purchase   Paragraphs
...


I now would like to edit the data in such a way that every "Advice" is 
changed into "GeneralInfo".
Is there some easy way how I can do this?

Thanks a lot!