funsUsedInLine: funsUsedInLine
Description
Support function for funsUsedInFile.
Usage
funsUsedInLine(file_txt, file_name, i, verbose = FALSE)
Value
data.frame of 3 colums: Package (pkg); Function (fun); Line in
script (line)
Arguments
- file_txt
file to use
- file_name
name of file
- i
line
- verbose
Prints message when no function found