values: Get values from object

valuesR Documentation

Get values from object

Description

Get values from object

Usage

values(x, ...)

## S4 method for signature 'confrontation'
values(x, ...)

## S4 method for signature 'validation'
values(x, simplify = TRUE, drop = TRUE, ...)

## S4 method for signature 'indication'
values(x, simplify = TRUE, drop = TRUE, ...)

Arguments

x

an R object

...

Arguments to pass to or from other methods

simplify

Combine results with similar dimension structure into arrays?

drop

if a single vector or array results, drop 'list' attribute?

See Also

Other confrontation-methods: [,expressionset-method, as.data.frame,confrontation-method, confrontation-class, confront(), errors(), event(), keyset(), length,expressionset-method

Other validation-methods: aggregate,validation-method, all,validation-method, any,validation-method, barplot,validation-method, check_that(), compare(), confront(), event(), names<-,rule,character-method, plot,validation-method, sort,validation-method, summary(), validation-class


validate documentation built on March 31, 2023, 6:27 p.m.