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
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.
The text was updated successfully, but these errors were encountered:
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:
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.The text was updated successfully, but these errors were encountered: