From b714e8dedb1fb8e624c3cf6ef0ee86ed9af74dfd Mon Sep 17 00:00:00 2001 From: Matthew Gaughan Date: Tue, 2 Sep 2025 12:32:41 -0700 Subject: [PATCH] updates to new script, I guess --- p2/phab-new-task-plot-script.R | 1 + 1 file changed, 1 insertion(+) diff --git a/p2/phab-new-task-plot-script.R b/p2/phab-new-task-plot-script.R index d3652ab..570b318 100644 --- a/p2/phab-new-task-plot-script.R +++ b/p2/phab-new-task-plot-script.R @@ -1,6 +1,7 @@ library(tidyverse) df_path <-"/mmfs1/home/mjilg/git/mw-lifecycle-analysis/p2/071425_master_discussion_data.csv" + combined_df <- read.csv(df_path, header = TRUE) |> filter(comment_type == "task_description")