Added some points from written notes to README
This commit is contained in:
@@ -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?
|
||||
|
||||
|
||||
Reference in New Issue
Block a user