RevolutionAnalytics / plyrmr

38 stars 31 forks source link

print fails on empty merge #71

Open piccolbo opened 9 years ago

piccolbo commented 9 years ago

as.data.frame(merge(....) works just fine in the case of an empty merge. If you try print(merge(.... it fails on a transmute, seems like data passed to it is an empty list. Very puzzling.