Skip to content

Regex in getGraphIds functions #12

@djvill

Description

@djvill

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions