[Rd] as.data.frame.table responseName argument (PR#8006)

2005-07-13 Thread Heather . Turner
Full_Name: Heather Turner Version: 2.1.1 OS: Windows XP Submission from: (NULL) (137.205.240.44) I get an error when trying to use the responseName argument of as.data.frame.table, e.g. ## Create table f - gl(3, 3) tab - table(f) tab f 1 2 3 3 3 3 ## Convert to data.frame - works fine

Re: [Rd] as.data.frame.table responseName argument (PR#8006)

2005-07-13 Thread ripley
You need to call as.data.frame.table directly here. If we alter the generic we would need to alter all the many methods too (including those in various CRAN packages), and I am not sure this would be worth it (rather than clarifying the documentation). This was a user-contributed enhancement