s-news
[Top] [All Lists]

Re: Changing a read-only data frame to read/write

To: s-news@lists.biostat.wustl.edu
Subject: Re: Changing a read-only data frame to read/write
From: TzamouranisY@LouisDreyfus.com
Date: Wed, 7 Sep 2005 15:31:32 -0400

While the original question did not find an answer, the problem was solved by checking for columns of class 'named' and changing them to numeric.
This ensures that the data frame will be writeable.
Nevertheless, I am still unsure if there is a way to change a data frame to writeable from the command line.
YT


TzamouranisY@LouisDreyfus.com
Sent by: s-news-owner@lists.biostat.wustl.edu

09/07/2005 10:00 AM

       
        To:        s-news@lists.biostat.wustl.edu
        cc:        
        Subject:        [S] Changing a read-only data frame to read/write




I need to change a data frame from read-only to read-write.

Doing this through the GUI will not do it in my case - it has to be done through code.


Any ideas how to do this?


I tried simple things such as "as.data.frame" and reassigning it to a new name but failed.


Thanks,


Yannis Tzamouranis


<Prev in Thread] Current Thread [Next in Thread>