Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
MINOR: [R] Namespace missing from dplyr::tbl call
Trivial fix here, apologies if you would prefer this as bug report instead of PR. The call to `tbl` here is not namespaced from `dplyr`, which can cause problems when other packages attempt to use this function. Closes apache#11813 from cboettig/patch-1 Authored-by: Carl Boettiger <cboettig@gmail.com> Signed-off-by: Jonathan Keane <jkeane@gmail.com>
- Loading branch information