functionsUsedFinder | R Documentation |
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 = ".")
paff |
path to the file, Default: 'R' |
matchingText |
PARAM_DESCRIPTION, Default: '.' |
DETAILS
OUTPUT_DESCRIPTION
## Not run: if(interactive()){ #EXAMPLE1 } ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.