Learn R Programming

madrat (version 3.15.6)

getFlags: getFlags

Description

Support function which extracts flags from code. Flags are string literals in a function body, for example `"!# @pucArguments extra"`.

Usage

getFlags(code)

Value

A list of found flag entries

Arguments

code

A character vector with code from functions to be analyzed

Author

Jan Philipp Dietrich

See Also

getCode