View source: R/summariseFunctionUse.R
funsUsedInLine | R Documentation |
Support function for funsUsedInFile.
funsUsedInLine(file_txt, file_name, i, verbose = FALSE)
file_txt |
file to use |
file_name |
name of file |
i |
line |
verbose |
Prints message when no function found |
data.frame of 3 colums: Package (pkg); Function (fun); Line in script (line)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.