functionsUsedFinder: find functions used in each of the functions in a specified R...

functionsUsedFinderR Documentation

find functions used in each of the functions in a specified R file

Description

This function is suitable to identify what exports are required when designing a package. Like a catch all in case sinew fails.

Usage

functionsUsedFinder(paff = "R", matchingText = ".")

Arguments

paff

path to the file, Default: 'R'

matchingText

PARAM_DESCRIPTION, Default: '.'

Details

DETAILS

Value

OUTPUT_DESCRIPTION

Examples

## Not run: 
if(interactive()){
 #EXAMPLE1
 }

## End(Not run)

DataStrategist/amitFuncs documentation built on June 4, 2022, 10:01 a.m.