trevorld / r-ledger

Imports data from plain text accounting files
Other
39 stars 2 forks source link

Enhance register output and simplify register arguments #6

Closed trevorld closed 6 years ago

trevorld commented 6 years ago

Add mark, cost, cost_commodity, value, value_commodity columns to imported data frame. Do this by importing in the register several times with a helper function and then merge/join them. Also add an end date option to the helper function to aid with net worth at various times calculations.