Skip to content

Commit

Permalink
Update R/tbl-sql.R
Browse files Browse the repository at this point in the history
Co-authored-by: Kirill Müller <[email protected]>
  • Loading branch information
hadley and krlmlr authored Jan 9, 2024
1 parent 157ecb8 commit 5bf2ffd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions R/tbl-sql.R
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
#' multiple `tbl` objects.
#' @param check_from Check if `from` is likely misspecified SQL or a table in a schema.
tbl_sql <- function(subclass, src, from, ..., vars = NULL, check_from = TRUE) {
# Can't use check_dots_used(), #1429
check_character(vars, allow_null = TRUE)

from <- as_from(from)
Expand Down

0 comments on commit 5bf2ffd

Please sign in to comment.