Skip to content
Prev 247313 / 398503 Next

question about deparse(substitute(...))

On Thu, Jan 13, 2011 at 7:36 PM, Sean Zhang <seanecon at gmail.com> wrote:
Try this:
[1] "x" "y" "z"

You could consider replacing sapply with lapply since it will return a
list of vectors if the arguments are complex -- so that would
consistently return a list.