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")