update_operations<- {businessPlanR} | R Documentation |
Update operations objects
Description
You can use this method to add or replace transactions to an existing object of class
operations
.
Usage
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
Arguments
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 |
Value
An updated object of class operations
.