Code
as_duckplyr_tibble(tibble(a = 1))
Condition
Warning:
`as_duckplyr_tibble()` was deprecated in duckplyr 1.0.0.
i Please use `as_duckdb_tibble()` instead.
Output
# A duckplyr data frame: 1 variable
a
<dbl>
1 1
Code
as_duckplyr_df(by_cyl)
Condition
Warning:
`as_duckplyr_df()` was deprecated in duckplyr 1.0.0.
i Please use `as_duckdb_tibble()` instead.
Error in `as_duckplyr_df()`:
! Must pass a plain data frame or a tibble, not a <grouped_df> object.
i Convert it with `as.data.frame()` or `tibble::as_tibble()`.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.