saveCreditCard: saveCreditCard

Description Usage Arguments Value Warning Examples

View source: R/saveLoad.R

Description

Save the history of Credit Card data to creditCardHistory.rda. Overwrites previous save file.

Usage

1
saveCreditCard(path, creditCardHistory)

Arguments

path

the path to the folder for the saved R credit card

creditCardHistory

data.table of entire credit card history

Value

data.table of saved credit card history

Warning

Be sure that your previous home budget data has been properly loaded and appended before saving to disk as the contents will be overwritten with the new file.

Examples

1
2
3
4
5
 ## Not run: 
  saveCreditCard(path = "/budget/data",
                 creditCardHistory = myDataSet)
 
## End(Not run)

rkuttner7/homeBudget documentation built on Dec. 19, 2020, 12:47 p.m.