RStudio Data Viewer: Filter NA's

Hi RStudio Team,
Fantastic Product!
I wanted to re-ask the Feature Request to filter NA's in the Data Viewer. I was wondering if it would be possible to enable dplyr-like filters using a default argument variable (maybe .x) for any functions you put in the filter box. Maybe use a tilde (~) to trigger interpretation of string as a function.

Some examples I am thinking of:
~is.na(.x)
~!is.na(.x)
~grepl("[a-z]+",.x)

Thanks for any consideration you give this.

1 Like

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.