Skip to content
Prev 95521 / 398500 Next

Exporting tables to RTF?

You could reduce the if statement to just this (untested):

   x_file_name <- if (is.null(caption)) "x" else chartr(" :/", "_-_", file_name)
On 7/5/06, Aaron Solomon Adelman <aaron.solomon.adelman at gmail.com> wrote: