calculate_dependent_functions: Calculate which functions occur in a segment of code

View source: R/functional-structure.R

calculate_dependent_functionsR Documentation

Calculate which functions occur in a segment of code

Description

Function is tricky as neither match nor grep alone do the job:

Usage

calculate_dependent_functions(function_names, lines_of_code)

Arguments

function_names

An array of characters, the functions' names.

lines_of_code

Value

dependent_functions


ims-fhs/badhacker documentation built on March 21, 2022, 7:50 a.m.