| 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
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> |
|---|---|---|
| ||
| Previous by Date: | Re: Course***R/Splus Programming Techniques***New York, September 2005, paul king |
|---|---|
| Next by Date: | Re: cv.tree in a function, Odile |
| Previous by Thread: | Changing a read-only data frame to read/write, TzamouranisY |
| Next by Thread: | Re: Changing a read-only data frame to read/write, Wim Kimmerer |
| Indexes: | [Date] [Thread] [Top] [All Lists] |