-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Currently, getGraphIds(), getGraphIdsInCorpus(), and getGraphIdsWithParticipant() only accept string literals for id. It would be nice if these accepted regular expressions as well. Ideally, to make them more R-native, they'd accept regex by default, with another argument fixed that's FALSE by default but that can be set to TRUE to make id a string literal (as with base R grep()); in that case, maybe id should be named pattern?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request