Skip to content
Back to formatted view

Raw Message

Message-ID: <Law11-F92qNBkhbGU1s000207b7@hotmail.com>
Date: 2003-05-02T17:16:16Z
From: R A F
Subject: Delete a list component?

Hi, how do I delete a component from a list?

For example, aaa <- list(), aaa$a <- 0, aaa$b <- 0.  How do I remove
aaa$a from aaa so that it's left with aaa$b?

Thanks very much.