Learn R Programming

rapidoc (version 9.3.4)

rapidoc_index: Path to Rapidoc Index

Description

Retrieves the path to the rapidoc index file.

Usage

rapidoc_index()

Arguments

Examples

Run this code
if (FALSE) {
if (interactive()) {
  browseURL(rapidoc_index())
} else {
  print(paste("You can use rapidoc under: ", rapidoc_index()))
}
}

Run the code above in your browser using DataLab