A dataset containing definitions for a Usual Suspects Project

usual_suspects_analysis_files

Format

A data frame with 9 rows and 3 variables:

item_name

What the name of the item is

parent_folder

The parent folder of the sub-folder

item_purpose

What kind of information is contained and what the item does

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~