Re: [R] suppress output for meta in package tm

2010-01-02 Thread Amber Jaycocks
19 AM, jim holtman wrote: > Actually if you just use 'capture.output' without specifying a 'file' it > will return a character vector with the output which you can just ignore. > > On Sat, Jan 2, 2010 at 1:51 PM, Peter Ehlers wrote: > >> I don'

Re: [R] suppress output for meta in package tm

2010-01-02 Thread Amber Jaycocks
meta_cols[col]] } } #if } #for n corpa On Sat, Jan 2, 2010 at 6:03 AM, Peter Ehlers wrote: > Can you wrap your call in capture.output(..., file=...)? > > -Peter Ehlers > > Amber Jaycocks wrote: > >> Hello, >> >> I am using the tm package and wish to suppress

[R] suppress output for meta in package tm

2010-01-01 Thread Amber Jaycocks
Hello, I am using the tm package and wish to suppress the output for meta. I am defining another variable for one of the tags and don't want the value printed on the screen. Any help would be appreciated. Thanks. here is the commnad: n_corp_file <- meta(corpa[[n]], "URI") -Amber [[a