You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
See my comment in #50, you could do a similar thing to have a helper function for each type that puts them into a standardized format, so that you don't end up with one monstrous function that tries to do that with a ton of 'if' statements. Will save you a lot of debugging time down the road if you have small, simple functions of which likely only one will break at a time.
Aims:
compare_two_series()
first. Maybe have the wrangling as helper files.Start with
compare-npi-alpi.R
code that I just wrote, based on Bridget's question.The text was updated successfully, but these errors were encountered: