Description Usage Arguments Value Author(s) References See Also Examples
These are binary and unary operators like those for keyed data frames. 
+ and * generate add transactions; - & and / 
generate drop transactions.  ! inherits
the behavior of the subset operator, where i is naKeys() or dupKeys().
^ and | convert
their arguments to class keyed, perform the usual operation, and preserve attributes; they
are not expected to add or delete records, so the audit table is not updated.  The value
of these functions inherits the attributes of e1 by default.  
1 2 3 4 5 6 7 8  | 
e1 | 
 left argument to binary operator, or only unary argument  | 
e2 | 
 right argument to binary operator  | 
audited
Tim Bergsma
http://metrumrg.googlecode.com
Ops.keyed
as.keyed
as.audited
as.keyed.audited
as.igraph
audit
audited-package
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.