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

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

Arguments

paff

path to the file, Default: 'R'

matchingText

PARAM_DESCRIPTION, Default: '.'

Value

OUTPUT_DESCRIPTION

Details

DETAILS

Examples

if (FALSE) { if(interactive()){ #EXAMPLE1 } }