Added some points from written notes to README

This commit is contained in:
2023-09-08 15:04:08 +02:00
parent bfc5c1d930
commit 6c6778f80f
2 changed files with 27 additions and 0 deletions
+4
View File
@@ -78,6 +78,10 @@ trans_wide <- reshape(dat1, direction = "wide",
timevar = "time",
drop = c("popup", "card", "event")
)
# TODO: Should `card` remain? Or maybe rather topic?
# --> Rethink when you add topics, maybe card -> topicNumber?
# TODO: This runs for quite some time
# --> Is this more efficient with tidyr::pivot_wider?