View source: R/finding-objects.R
| with_labels | R Documentation |
Generic function to filter issues with labels
with_labels(x, ...)
## S3 method for class 'IssuesTB'
with_labels(x, ...)
x |
An object of class |
... |
Additional arguments passed to |
An object IssuesTB with issues that satisfy the condition.
all_issues <- get_issues(
source = "local",
dataset_dir = system.file("data_issues", package = "IssueTrackeR"),
dataset_name = "open_issues.yaml"
)
with_labels(all_issues, pattern = "Bug")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.