as_tbl: Convert a duckplyr frame to a dbplyr table
Description
This function converts a lazy duckplyr frame or a data frame
to a dbplyr table in duckplyr's internal connection.
This allows using dbplyr functions on the data,
including hand-written SQL queries.
Use as_duckdb_tibble() to convert back to a lazy duckplyr frame.