Learn R Programming

DLMtool (version 5.2)

Required: What management procedures need what data

Description

A function that finds all the MPs and searches the function text for slots in the Data object

Usage

Required(funcs = NA, noCV = FALSE)

Arguments

funcs

A character vector of management procedures

noCV

Logical. Should the CV slots be left out?

Value

A matrix of MPs and their required data in terms of Data slotnames

See Also

Can Cant Needed MPtype '>Data

Examples

Run this code
# NOT RUN {
Required(c("DCAC", "AvC"))
Required() # For all MPs
# }

Run the code above in your browser using DataLab