Closed jeremystan closed 8 years ago
This fails, and there is no leftjoin method:
new <- '[1, 2, 3]' %>% gather_array("num") %>% left_join(data_frame(num = 1:3, letters = letters[1:3]), by = "num") expect_is(new, "tbl_json")
This is not trivial, as the rows of the tbl_json object might be changed. Probably reasonable to assume that joins require converting tbl_json to tbl_df objects. Closing this issue.
tbl_json
tbl_df
This fails, and there is no leftjoin method: