Skip to content
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

Bring in functions for graph generation #3

Open
dave-mills opened this issue Apr 18, 2024 · 0 comments
Open

Bring in functions for graph generation #3

dave-mills opened this issue Apr 18, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@dave-mills
Copy link
Member

We need to bring the functions from https://github.com/stats4sd/tape-giz-analysis into this repo. They should be well commented and formatted to make clear:

  • the purpose and outputs of each function;
  • the requirements of the functions (do they rely on having specific dataframes present in the environment, that need to be imported from the database or local files before running the function?)

Similar to the existing functions scripts, I think we should separate out files that hold functions and files that are scripts we run. That way, we can do things like source('functions.R') and know that's just bringing in functions instead of running additional code.

@dave-mills dave-mills added this to the Short-term milestone Apr 18, 2024
@dave-mills dave-mills added the enhancement New feature or request label Apr 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants