Create.actor.youtube: Create youtube actor network
Description
Creates a youtube actor network from comment threads on youtube videos. Users who have made comments to
a video (top-level comments) and users who have replied to those comments are actor nodes. The comments are
represented as directed edges between the actors. The video id is also included as an actor node, representative of
the videos publisher with top-level comments as directed edges towards them.
# NOT RUN {# create a youtube actor network graphactorNetwork <- youtubeData %>% Create("actor", writeToFile = TRUE)
# igraph object# actorNetwork$graph# }# NOT RUN {# }