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