powered by
Tests if the input object is of class "duckplyr_df".
"duckplyr_df"
is_duckplyr_df(.data)
TRUE if the input object is of class "duckplyr_df", otherwise FALSE.
TRUE
FALSE
The object to test
tibble(a = 1:3) %>% is_duckplyr_df() tibble(a = 1:3) %>% as_duckplyr_df() %>% is_duckplyr_df()
Run the code above in your browser using DataLab