Printing an Insurance Liability
print method for the S3 class liability.
## S3 method for class 'liability' print(x, ...)
x |
an S3 object of class liability. |
... |
additional arguments. |
None (invisible NULL).
# Creating a liability. liab <- liability(1, "USD", 1000) # printing the liability. print(liab)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.