Re: [R] Output levels of categorical data to Excel using with()

2014-06-19 Thread Marc Schwartz
On Jun 18, 2014, at 11:31 PM, Daniel Schwartz wrote: > I have coded qualitative data with many (20+) different codes from a survey > in an excel file. I am using the with() function to output the codes so we > know what's there. Is it possible to direct the output from with() to an > excel file?

[R] Output levels of categorical data to Excel using with()

2014-06-19 Thread Daniel Schwartz
I have coded qualitative data with many (20+) different codes from a survey in an excel file. I am using the with() function to output the codes so we know what's there. Is it possible to direct the output from with() to an excel file? If not, what's another function that has the same, er, function