-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Write a script that creates the data table for the bill pay page/view #10
Labels
R
R and/or Shiny
Comments
2023-03-24
Copy and paste for commits:
|
2023-03-28
Copy and paste for commits:
|
2023-03-29
Copy and paste for commits:
|
mbcann01
added a commit
that referenced
this issue
Jul 7, 2024
Part of #10 - Create a non-interactive combined bill pay table in bills_due.R
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Overview
I did a fair amount of work on the budget in Google Sheets. My thought was that I would just use the easiest platform to get the job done. It turns out that Google Sheets isn't "easy"; although, it still may turn out to be the easiest - we'll see. For now, however, I want to give Shiny another try.
One of the sheets that I started creating in Google Sheets was the "Bills Due" table. This table/sheet was supposed to be the view I would use for paying bills each pay period. The idea was for it to be similar to my traditional Google Sheets monthly budget, but dynamic.
In this issue, we aren't yet creating a Shiny app. Instead, I just trying to create a static version of the bills due table that I want to interact with. Doing so requires joining data from a few different data tables and then filtering them based on the date and pay period.
Links
Tasks
The text was updated successfully, but these errors were encountered: