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

WIP refactor: internal function parse_into_list_of_expressions #997

Closed
wants to merge 1 commit into from

Conversation

eitsupi
Copy link
Collaborator

@eitsupi eitsupi commented Mar 31, 2024

From #984 (comment)

Needs #996

@eitsupi eitsupi closed this Jul 10, 2024
@eitsupi eitsupi deleted the parse_as_list_of_expressions branch July 10, 2024 12:20
@eitsupi eitsupi restored the parse_as_list_of_expressions branch July 10, 2024 12:36
@eitsupi eitsupi reopened this Jul 10, 2024
@eitsupi eitsupi changed the title WIP refactor: internal function parse_as_list_of_expressions WIP refactor: internal function parse_into_list_of_expressions Jul 10, 2024
@eitsupi
Copy link
Collaborator Author

eitsupi commented Jul 10, 2024

Done in neopolars

parse_into_list_of_expressions <- function(...) {
list2(...) |>
lapply(\(x) as_polars_expr(x)$`_rexpr`)
}

@eitsupi eitsupi closed this Jul 10, 2024
@eitsupi eitsupi deleted the parse_as_list_of_expressions branch July 10, 2024 12:38
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

Successfully merging this pull request may close these issues.

1 participant