Description Usage Arguments Value Warning Examples
Save the history of Credit Card data to creditCardHistory.rda
.
Overwrites previous save file.
1 | saveCreditCard(path, creditCardHistory)
|
path |
the path to the folder for the saved R credit card |
creditCardHistory |
data.table of entire credit card history |
data.table of saved credit card history
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.
1 2 3 4 5 | ## Not run:
saveCreditCard(path = "/budget/data",
creditCardHistory = myDataSet)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.