find_rd: Searches plain Rd in R source files

View source: R/find.R

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

r-lib/roxygen2md documentation built on Feb. 23, 2024, 4:13 a.m.