bnicenboim / eeguana

A package for manipulating EEG data in R.
https://bnicenboim.github.io/eeguana/
Other
21 stars 9 forks source link

add filter_out_na() function #111

Open bnicenboim opened 5 years ago

bnicenboim commented 5 years ago
      dplyr::group_by(.id) %>%
    filter_at(channel_names(.),
              all_vars(all(!is.na(.))))