1
0

updates to new script, I guess

This commit is contained in:
Matthew Gaughan 2025-09-02 12:32:41 -07:00
parent 2d396ceb26
commit b714e8dedb

View File

@ -1,6 +1,7 @@
library(tidyverse) library(tidyverse)
df_path <-"/mmfs1/home/mjilg/git/mw-lifecycle-analysis/p2/071425_master_discussion_data.csv" df_path <-"/mmfs1/home/mjilg/git/mw-lifecycle-analysis/p2/071425_master_discussion_data.csv"
combined_df <- read.csv(df_path, header = TRUE) |> combined_df <- read.csv(df_path, header = TRUE) |>
filter(comment_type == "task_description") filter(comment_type == "task_description")