Skip to content

ARROW-13820: [R] Rename na.min_count to min_count and na.rm to skip_nulls#11079

Closed
nealrichardson wants to merge 2 commits intoapache:masterfrom
nealrichardson:na-options
Closed

ARROW-13820: [R] Rename na.min_count to min_count and na.rm to skip_nulls#11079
nealrichardson wants to merge 2 commits intoapache:masterfrom
nealrichardson:na-options

Conversation

@nealrichardson
Copy link
Member

Also contains ARROW-13821: [R] Handle na.rm in sd, var bindings

The only other place we take nonstandard C++ options in make_compute_options is for a few types (like count) where there is an enum that controls options and we switch off based on a boolean. We can try to clean that up but I'm inclined to wait to see if anyone needs lower-level control.

@github-actions
Copy link

github-actions bot commented Sep 3, 2021

Co-authored-by: Ian Cook <[email protected]>
@nealrichardson nealrichardson deleted the na-options branch September 8, 2021 15:35
ViniciusSouzaRoque pushed a commit to s1mbi0se/arrow that referenced this pull request Oct 20, 2021
…ulls

Also contains ARROW-13821: [R] Handle na.rm in sd, var bindings

The only other place we take nonstandard C++ options in make_compute_options is for a few types (like count) where there is an enum that controls options and we switch off based on a boolean. We can try to clean that up but I'm inclined to wait to see if anyone needs lower-level control.

Closes apache#11079 from nealrichardson/na-options

Authored-by: Neal Richardson <[email protected]>
Signed-off-by: Neal Richardson <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants