find_rd {roxygen2md} | R Documentation |
Searches plain Rd in R source files
Description
Looks for Rd-like code in roxygen2 comments, especially useful after running
roxygen2md()
.
This function is designed for interactive use.
Usage
find_rd()
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()
}
[Package roxygen2md version 1.0.1 Index]