find_rd: Searches plain Rd in R source files

Description Usage Value Examples

Description

Looks for Rd-like code in roxygen2 comments, especially useful after running roxygen2md(). This function is designed for interactive use.

Usage

1

Value

A tidy data frame that has a print() method that also interacts with the RStudio API.

Examples

1
2
3
4
if (interactive()) {
  # Show remaining Rd syntax after conversion.
  find_rd()
}

roxygen2md documentation built on June 17, 2019, 5:05 p.m.