Support function for funsUsedInFile.

funsUsedInLine(file_txt, file_name, i, verbose = FALSE)

Arguments

file_txt

file to use

file_name

name of file

i

line

verbose

Prints message when no function found

Value

data.frame of 3 colums: Package (pkg); Function (fun); Line in script (line)