print.asset: Printing an Asset with Direct Market Price

Description Usage Arguments Value See Also Examples

Description

print method for the S3 class asset.

Usage

1
2
## S3 method for class 'asset'
print(x, ...)

Arguments

x

S3 object of class asset.

...

additional arguments.

Value

None (invisible NULL).

See Also

print, asset.

Examples

1
2
3
4
#' # Creating an asset.
a <- asset("equity", "USD", 1000)
# printing the asset.
print(a)

sstModel documentation built on May 2, 2019, 12:16 p.m.