powered by
Get the internal alias for a DuckDB relation object
rel_alias(rel)
the DuckDB relation object
con <- DBI::dbConnect(duckdb()) rel <- rel_from_df(con, mtcars) rel_alias(rel)
Run the code above in your browser using DataLab