Summarizing an Asset with Direct Market Price
summary method for the S3 class asset.
## S3 method for class 'asset' summary(object, ...)
object |
S3 object of class asset. |
... |
additional arguments. |
an S3 object, instance of class c("summaryDefault", "table")
.
# Creating an asset. a <- asset("equity", "USD", 1000) # summarizing the asset. summary(a)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.