Skip to content

Instantly share code, notes, and snippets.

@anilyayavar
Created April 12, 2024 07:59
Show Gist options
  • Save anilyayavar/b9911c15b7dfc451776128906426cedc to your computer and use it in GitHub Desktop.
Save anilyayavar/b9911c15b7dfc451776128906426cedc to your computer and use it in GitHub Desktop.
gfn_member <- read_csv("https://raw.githubusercontent.com/anilyayavar/sqlmurdermystery/main/data/get_fit_now_member.csv")
gfn_member %>%
filter(membership_status == "gold",
str_detect(id, "^48Z"))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment