updates to new script, I guess
This commit is contained in:
parent
2d396ceb26
commit
b714e8dedb
@ -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")
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user