IMMM-SFA / gamut

An R package to identify multi-sector teleconnection complexity
https://immm-sfa.github.io/gamut/
Other
0 stars 3 forks source link

Add: New File, Utility Count, Balancing Authority Count #34

Closed KristianNelson closed 4 years ago

KristianNelson commented 4 years ago

This change resolves #30 and resolves #20 . Adds a new file for the utilities and BAs, merges that to UCS, and the counts the utilities and BAs.

KristianNelson commented 4 years ago

I do want to mention that if you're seeing a lot of things like dplyr:: or stringr:: behind arguments, that's because I cannot get it to run without having those there even when they're defined at the top. If there is something that I am not doing correctly let me know.

swd-turner commented 4 years ago

Hey @KristianNelson the reason these functions don't work is that you've not updated the documentation to bring in those new imports. In RStudio go to the Build tab, then More and Document. The way you've done it is fine for now... we can clean up later.