get_pkg_functions_in_examples: Get a data.frame with a list of package functions used within...

View source: R/get_pkg_functions_in_examples.R

get_pkg_functions_in_examplesR Documentation

Get a data.frame with a list of package functions used within the examples sections of the source code.

Description

Get a data.frame with a list of package functions used within the examples sections of the source code.

Usage

get_pkg_functions_in_examples(path = ".")

Arguments

path

character vector of length one having the full path name.

Value

a data.frame containing three columns path with the full path name of the source file, file with the basename of the code file, and function_names with the name of the function used in the examples section of the documentation and are also functions defined within the package.


rmsharp/rmsutilityr documentation built on Feb. 13, 2024, 6:01 p.m.