Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upEmpty pairlist entries (argument lists) #986
Comments
|
Found it: The error comes from There seem to be a bunch of marker symbols exported from Rinternals.h, among them … |
|
Right. When I saw this (before I went out to run) I wondered what this could conceivably have to do with Rcpp. Guess my hunch was correct... |
|
I don’t know the C API for pairlists and couldn’t find any example on how to construct an |
|
Please stop debating base R APIs here. We don't have the staff and bandwidth, and you know where to find the |
|
Also FWIW and IIRC the few times pair lists came up on the |
Getting the
formalsof a function results in pairlists with only named entries, but sometimes empty values:Looks like this is the empty symbol, but I don’t seem to be able to construct it:
How can I programmatically construct a pairlist with empty values like this?