We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
last_rel()
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.
The text was updated successfully, but these errors were encountered:
Sorry about the confusion, there will be a proper way to access this after duckdb/duckdb-r#589 .
Sorry, something went wrong.
No branches or pull requests
When using
duckplyr_df_from_file
the first line of the output reads:But,
I did a quick GitHub search on that function name in the repo but didn't see it.
The text was updated successfully, but these errors were encountered: