Skip to content

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()
}