create_list_of_functional_structure: Create a list of the functional structure

View source: R/functional-structure.R

create_list_of_functional_structureR Documentation

Create a list of the functional structure

Description

The list contains all important information (the start index, the stop index, the names of dependent functions, the arguments, the corresponding defaults, the file name and the path to the file).

Usage

create_list_of_functional_structure(filename, path)

Arguments

filename

A character, the file name(s)

path

A character, the path to the file(s)

Value

A list

Examples

my_structure <- create_list_of_functional_structure(filename, path)

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