as.keyed.audited: Coerce Audited to Related Class

Description Usage Arguments Value Author(s) References See Also Examples

View source: R/audited.R

Description

as.keyed.audited demotes audited to just keyed. as.nm.audited executes as.nm.keyed, preserving audited class attributes. digest and as.digest call the keyed method, preserving class attributes. The combinations method demotes to keyed and calls the next method.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
## S3 method for class 'audited'
as.keyed(x, key = match.fun('key')(x), ...)
## S3 method for class 'audited'
as.nm(x, key = match.fun('key')(x), id, ...)
## S3 method for class 'audited'
as.digest(x, ...)
## S3 method for class 'audited'
digest(x, ...)
## S3 method for class 'audited'
combinations(x, ...)

Arguments

x

object to be coerced

key

optional replacement key, see as.keyed

id

optional replacement id, see as.audited

...

passed to other methods or ignored

Value

as.keyed and combinations: keyed; as.digest (digest): digest; as.nm: nm

Author(s)

Tim Bergsma

References

http://metrumrg.googlecode.com

See Also

Examples

1

audited documentation built on May 2, 2019, 4:45 p.m.