project_required_libraries.Rd
A dataset containing definitions for a Usual Suspects Project
project_required_libraries
A data frame with 9 rows and 3 variables:
What the name of the item is
The parent folder of the sub-folder
library(usual_suspects_analysis_files)#> Error in library(usual_suspects_analysis_files): there is no package called 'usual_suspects_analysis_files'print(usual_suspects_analysis_files)#> # A tibble: 4 x 3 #> item_name parent_folder item_purpose #> <chr> <chr> <chr> #> 1 01-import.R munge Import data from stakeholder and combines with~ #> 2 02-match.R munge Runs a matching algorithm for causal inference~ #> 3 01-run-analysis~ src Runs several regression analysis and saves the~ #> 4 02-clean-analys~ src Cleans up the regression analysis for graphing~