Bug #4272
RExpression cannot handle irregular Record tokens
Start date:
07/27/2009
Due date:
% Done:
0%
Estimated time:
Bugzilla-Id:
4272
Description
If I pass a record along the lines of {a = 1, b = {2, 3}} into an RExpression, it will choke since it can't form a data.frame out of this. A fallback would be to create list(a = 1, b = c(2, 3)). From what I understand about Records, the whole Record = data.frame thing isn't entirely appropriate in the first place.
History
#1 Updated by ben leinfelder over 11 years ago
#2 Updated by Redmine Admin almost 8 years ago
Original Bugzilla ID was 4272