getClass: Return class for each input variable from the dictionary of...

Description Usage Arguments Value Examples

Description

getClass returns the class for each input variable from the dictionary of the input object.

Usage

1
2
3
4
5
6
7
getClass(object, variables = NULL)

## S4 method for signature 'DD'
getClass(object, variables = NULL)

## S4 method for signature 'StQ'
getClass(object, variables = NULL)

Arguments

object

Object whose class for each input variable in the slot DD are required.

variables

Character vector with the names of the variables whose class is required.

Value

Returns a character vector with the class of each input variables. If variables is NULL all variables in the dictionary are considered.

Examples

1

david-salgado/StQ documentation built on Aug. 12, 2021, 3:23 p.m.