Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

duckplyr_df_from_file output refers to last_rel() but this function doesn't exist #343

Open
fmichonneau opened this issue Nov 16, 2024 · 1 comment

Comments

@fmichonneau
Copy link

When using duckplyr_df_from_file the first line of the output reads:

duckplyr: materializing, review details with duckplyr::last_rel()

But,

> duckplyr::last_rel()
Error: 'last_rel' is not an exported object from 'namespace:duckplyr'

I did a quick GitHub search on that function name in the repo but didn't see it.

@krlmlr
Copy link
Member

krlmlr commented Nov 18, 2024

Sorry about the confusion, there will be a proper way to access this after duckdb/duckdb-r#589 .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants