funsUsedInLine: funsUsedInLine

View source: R/summariseFunctionUse.R

funsUsedInLineR Documentation

funsUsedInLine

Description

Support function for funsUsedInFile.

Usage

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)


DependencyReviewer documentation built on March 31, 2023, 9:30 p.m.