Learn R Programming

assemblerr (version 0.1.1)

md_doc_links_for_package_functions: Create documentation links functions

Description

Creates a string with the Markdown code linking to the doc for all function that match the specifed pattern.

Usage

md_doc_links_for_package_functions(pattern)

Arguments

pattern

Regular expression to select the package functions

Value

Character vector of length 1

Examples

Run this code
# NOT RUN {
md_doc_links_for_package_functions("^prm_")
# }

Run the code above in your browser using DataLab