Generic function to execute a specific operation.
run(object, direct = FALSE, filename = NULL, yr_num = 2)
Arguments
- object
The object on which the operation is performed.
- direct
A logical value indicating whether to run the operation directly.
- filename
An optional character string specifying the filename.
- yr_num
An integer specifying the number of years, default is 2.
Value
The result of the operation.