Description Usage Arguments Value Author(s) References See Also Examples
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.
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, ...)
|
x |
object to be coerced |
key |
optional replacement key, see |
id |
optional replacement id, see |
... |
passed to other methods or ignored |
as.keyed and combinations: keyed; as.digest (digest): digest; as.nm: nm
Tim Bergsma
http://metrumrg.googlecode.com
as.keyed
as.digest
as.nm
as.audited
as.igraph
audit
audited-package
Ops.audited
write.audit
subset.audited
melt.audited
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.