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?
Currently,
getGraphIds(),getGraphIdsInCorpus(), andgetGraphIdsWithParticipant()only accept string literals forid. 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 argumentfixedthat's FALSE by default but that can be set to TRUE to makeida string literal (as with base Rgrep()); in that case, maybeidshould be namedpattern?