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

load_table does not support subview (hard coded .parquet) #111

Open
clemens-tolboom opened this issue Dec 14, 2023 · 0 comments
Open

load_table does not support subview (hard coded .parquet) #111

clemens-tolboom opened this issue Dec 14, 2023 · 0 comments
Labels
bug Something isn't working enhancement New feature or request

Comments

@clemens-tolboom
Copy link
Contributor

armadillo.load_table <- function(project, folder, name) { # nolint
  .load_object(project, folder, name, .load_table, ".parquet")
}
@clemens-tolboom clemens-tolboom added bug Something isn't working enhancement New feature or request labels Dec 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant