update_prices_based_on_transactions: Update and store prices as csv based on new transactions

View source: R/get_price_data.R

update_prices_based_on_transactionsR Documentation

Update and store prices as csv based on new transactions

Description

Update and store prices as csv based on new transactions

Usage

update_prices_based_on_transactions(df_transactions, path,
                                           external_search = TRUE)

Arguments

df_transactions

A data frame. Results from get_transactions. At least three variables/columns are required: transaction_type, isin and transaction_date

path

A single character string. Path where data are stored.

external_search

Logical; if TRUE, the function searches external sources to find the ticker.


lorenzbr/PortfolioTracker documentation built on Feb. 11, 2023, 8:27 a.m.