powered by
print method for the S3 class cashflow.
# S3 method for cashflow print(x, ...)
S3 object of class cashflow.
additional arguments.
None (invisible NULL).
print, cashflow
print
cashflow
# NOT RUN { # Creating a cashflow. ca <- cashflow(1L, "USD", "AAA", 0.5, 1000) # printing the cashflow. print(ca) # }
Run the code above in your browser using DataLab