Creates a reddit actor network from thread comments on subreddits. Users who have commented on a thread
are actor nodes and comment replies to each other are represented as directed edges.
if (FALSE) {
# create a reddit actor network graph with comment text as edge attributesactorNetwork <- redditData |> Create("actor")
# network# actorNetwork$nodes# actorNetwork$edges}