scan_file: Scan Source File For External Functions

scan_fileR Documentation

Scan Source File For External Functions

Description

The file must be able to be sourced without error to be scanned, so packages or data need to be prepared before scanning.

Usage

scan_file(code_file, organize = TRUE)

Arguments

code_file

The path of source file

organize

If FALSE, return table of 'fun', 'fun_inside'; If TRUE, return table of 'fun_inside', 'list of fun'

Value

Result table


dracodoc/mischelper documentation built on March 25, 2022, 4:38 a.m.