View source: R/finding-objects.R
| with_comments | R Documentation |
Function to filter issues with (or without) comments.
with_comments(x, negate = FALSE)
## S3 method for class 'IssuesTB'
with_comments(x, negate = FALSE)
x |
An object of class |
negate |
boolean indicating if we are searching for issues WITHOUT
comments. Default is |
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_comments(all_issues)
with_comments(all_issues, negate = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.