You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for this great package, I'm very keen to never pick up Matlab again!
More of a feature request, but one thing that would leverage the strengths of R would be to get a bit more flexibility around selecting events for epochs, instead of just being a string match to the event types. Given that tibbles are used under the hood, maybe the filter() function?
The text was updated successfully, but these errors were encountered:
Could you a bit clearer on what kind of flexibility you had in mind? e.g. was it something like being able to use relational operators like > and < for numbers, rather than only ==?
Yeah something like that, but even things like between(), %in%, %like%, as here. For my specific study, I have extra event columns stimulation_frequency (numeric) and perceptibility (factor), and being able to select a combination of those would be great!
It has been a while since I've tried them so I can't guarantee they'll handle everything correctly, but in principle they should, since they're just wrappers around the dplyr functions and should support everything they do.
Thanks for this great package, I'm very keen to never pick up Matlab again!
More of a feature request, but one thing that would leverage the strengths of R would be to get a bit more flexibility around selecting events for epochs, instead of just being a string match to the event types. Given that tibbles are used under the hood, maybe the
filter()
function?The text was updated successfully, but these errors were encountered: