Learn R Programming

DLMtool (version 5.4.5)

Uses: Find the Management Procedures that use a particular data slot

Description

Find the Management Procedures that use a particular data slot

Usage

Uses(slot, silent = FALSE)

Arguments

slot

A slot from an object of class Data. Character string.

silent

Logical. Should messages be printed?

Value

A character string of MPs that use the slot.

Examples

Run this code
# NOT RUN {
Uses("Mort")
# }

Run the code above in your browser using DataLab