Skip to content
This repository has been archived by the owner on Feb 5, 2024. It is now read-only.

Commit

Permalink
Initial Commit
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexAxthelm committed Nov 15, 2022
0 parents commit ec94389
Show file tree
Hide file tree
Showing 7 changed files with 1,545 additions and 0 deletions.
726 changes: 726 additions & 0 deletions R/get_csv_specs.R

Large diffs are not rendered by default.

29 changes: 29 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
# Meta Report Data Creator

## Instructions

In each of the R files (`phase-1`, `pahse-2`, and `phase-3`), update the lines defining:

* `data_path <- <path to unzipped directory from constructiva>`
* `output_dir <- <path to where meta results will live>`

Then run
```bash
Rscript phase-1_combine-portfolios.R
```

If you encounter errors, you will need to modify the portfolio `csv` files to correct the errors.


Then run
```bash
Rscript phase-2_run-pacta.R
```

which takes a long time.

```bash
Rscript phase-3_combine-results.R
```

combines the results into peer files (meta + org in one set, user_id in the other)

0 comments on commit ec94389

Please sign in to comment.