Creates a reddit activity network from subreddit thread comments. Nodes are comments and initial thread
posts, edges form the discussion structure and signify to which comment or post a comment has been made to.
# NOT RUN {# create a reddit activity network graphactivityNetwork <- redditData %>% Create("activity")
# network# activityNetwork$nodes# activityNetwork$edges# }# NOT RUN {# }