On 03/28/2018 08:31 AM, Jialin Ma wrote:
Dear all,
It seems that as.pairlist does not convert call objects, producing
results like the following:
is.pairlist(as.pairlist(quote(x + y)))
[1] FALSE
Should this behavior be expected?
The documentation says that the behavior of as.pairlist is und
Dear all,
It seems that as.pairlist does not convert call objects, producing
results like the following:
> is.pairlist(as.pairlist(quote(x + y)))
[1] FALSE
Should this behavior be expected?
Thanks,
Jialin
> sessionInfo()
R version 3.4.1 (2017-06-30)
Platform: x86_64-suse-linux-gnu (64-bit)
Ru