getFlags {madrat}R Documentation

getFlags

Description

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

Usage

getFlags(code)

Arguments

code

A character vector with code from functions to be analyzed

Value

A list of found flag entries

Author(s)

Jan Philipp Dietrich

See Also

getCode


[Package madrat version 3.6.4 Index]