-
Notifications
You must be signed in to change notification settings - Fork 3
Comments & organization of app code #20
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
base: main
Are you sure you want to change the base?
Conversation
# locs <- read_csv("Lat_long_AFSshiny_012023.csv") %>% | ||
# select(-date) # not parseable as is | ||
|
||
locs <- read_csv("toy_locs.csv") %>% |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Would it be more useful to change this logic to read in the real location file Lat_long_AFSshiny_012023.csv
, then if that's not available to read in the toy one?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Switched!
Other than my one comment about reading in location data, I think this looks good! Having all of these comments and structure is super useful. I am going to wait until you implement that change @diazrenata and then I'll test the code locally to make sure everything works and merge this. |
…you have to switch it). Also fix typo in ggplot on line 730 and remove review_notes.md from what would get merged upstream.
@KristinaRiemer I toggled the |
See diazrenata#1