portfolio: Portfolio

Description Usage Arguments Author(s) Examples

View source: R/preciousFunctions.R

Description

Computes the time series of your total earnings and losses given a list of wallets.

Usage

1
portfolio(walletlist)

Arguments

walletlist

a list of wallets.

Author(s)

Vincent KV contact@vincentkv.com

Examples

1
my_portfolio=portfolio(list(wallet(symbol = "TRX",amount = 20,start = "2021-01-01"),wallet(symbol = "BTC",amount = 30,start = "2020-07-01",end = "2021-02-01"),wallet(symbol = "LTC",amount = 25,start = "2021-03-01")))

VincentKV/Cryptics documentation built on Dec. 18, 2021, 6:18 p.m.