Skip to content

Commit

Permalink
add other data-frame-creating calls
Browse files Browse the repository at this point in the history
  • Loading branch information
eutwt committed Dec 6, 2023
1 parent 0ed89c4 commit bbce6ad
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions R/tidyeval.R
Original file line number Diff line number Diff line change
Expand Up @@ -401,7 +401,9 @@ is_data_frame_call <- function(dot) {
is_call(dot, "as.tibble") ||
is_call(dot, "as_tibble_row") ||
is_call(dot, "as.data.frame") ||
is_call(dot, "data.frame") ||
is_call(dot, "as.data.table") ||
is_call(dot, "data.table") ||
is_call(dot, "tibble")
}

0 comments on commit bbce6ad

Please sign in to comment.