We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
path <- dir("man", pattern = "\\.Rd$", full.names = TRUE) rd <- lapply(path, tools::parse_Rd, permissive = TRUE) has_tag <- function(x, tag) { tags <- unlist(lapply(x, attr, "Rd_tag")) any(tags %in% paste0("\\", tag)) } path[sapply(rd, \(x) !has_tag(x, "value"))] path[sapply(rd, \(x) !has_tag(x, "examples"))]
Not sure where this should live.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Not sure where this should live.
The text was updated successfully, but these errors were encountered: