update_operations<- | R Documentation |
You can use this method to add or replace transactions to an existing object of class
operations
.
update_operations(obj, cut_to_period = TRUE, warning = FALSE, as_transaction) <- value
## S4 replacement method for signature 'operations'
update_operations(obj, cut_to_period = TRUE, warning = FALSE,
as_transaction) <- value
obj |
An object of class |
cut_to_period |
Logical,
whether to adjust the data of |
warning |
Logical,
if |
as_transaction |
Optional list of vectors of arguments for |
value |
An object of either class |
An updated object of class operations
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.