A dataset containing definitions for a Usual Suspects Project

project_required_libraries

Format

A data frame with 9 rows and 3 variables:

library

What the name of the item is

location

The parent folder of the sub-folder

Examples

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~