https://github.com/x2007tro/FinHeal
Personal finance webapp
https://github.com/x2007tro/FinHeal
Last synced: 3 months ago
JSON representation
Personal finance webapp
- Host: GitHub
- URL: https://github.com/x2007tro/FinHeal
- Owner: x2007tro
- Created: 2022-03-01T22:34:57.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-10-30T19:09:53.000Z (4 months ago)
- Last Synced: 2024-10-30T20:21:26.339Z (4 months ago)
- Language: R
- Size: 53 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- jimsghstars - x2007tro/FinHeal - Personal finance webapp (R)
README
# FinHeal
Financial health webapp## Required Packages
- require(shiny)
- require(shinythemes)
- require(readxl)
- require(DT)
- require(lubridate)
- require(ggplot2)
- require(treemapify)