Nothing
Code
dbGetQuery(con, "FROM tbl")
Condition
Error in `duckdb_result()`:
! Nested arrays cannot be returned to R as column data.
Code
dbGetQuery(con, "FROM tbl")
Condition
Error in `duckdb_result()`:
! Use `dbConnect(array = "matrix")` to enable arrays to be returned to R.
Code
dbGetQuery(con, "FROM tbl")
Condition
Error in `duckdb_result()`:
! Use `dbConnect(array = "matrix")` to enable arrays to be returned to R.
Code
dbWriteTable(con, "tbl", df)
Condition
Error in `.local()`:
! rapi_execute: Can't convert R type to logical type
Error in `.local()`:
! rapi_register_df: Failed to register data frame: std::exception
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.