Write value panel for purchase, dividend and sales transactions for given ticker

write_value_panel(transaction_type, ticker,
                         df_transactions, user_path)

Arguments

transaction_type

A single character string containing the transaction type (e.g., Purchase, Sale or Dividend)

ticker

A single character string containing the ticker symbol.

df_transactions

A data frame containing the full history of transactions.

user_path

A single character string containing the directory of the user.