Skip to content

Instantly share code, notes, and snippets.

View jcblsn's full-sized avatar

Jacob Eliason jcblsn

View GitHub Profile
library(tidyverse)
library(survey)
# download data from https://rankings.thefire.org/explore?demo=all&year=2025
df = read_csv("~/Downloads/fire_survey_data_all.csv") |> janitor::clean_names()
codebook = read_csv("~/Downloads/cfsr_megafile_codebook.csv") |> janitor::clean_names()
gender_bin_key =
codebook |>
@jcblsn
jcblsn / privacy.md
Last active August 15, 2022 17:17
YNAB Grouped Budget Tracker - Privacy Policy

Privacy Policy

This page is used to inform https://jacobeliason.shinyapps.io/ynab-group-tracker/ website visitors regarding our policies with the collection, use, and disclosure of Personal Information if anyone decided to use our Service, the YNAB Grouped Budget Tracker website.

Security

According to shinyapps.io:

shinyapps.io is secure-by-design. Each Shiny application runs in its own protected environment and access is always SSL encrypted.

This app does not store any information from you or your YNAB account on its server outside the duration of the user's session. Data retrieved from YNAB is never (unknowingly or otherwise) transmitted to any other location or third-party.