Looks for Rd-like code in roxygen2 comments, especially useful after running
roxygen2md()
.
This function is designed for interactive use.
Value
A tidy data frame that has a print()
method
that also interacts with the RStudio API.
Examples
if (interactive()) {
# Show remaining Rd syntax after conversion.
find_rd()
}