Add columns of video information to network dataframes
Source:R/AddVideoData.R
, R/zzz.R
AddVideoData.Rd
Network is supplemented with additional downloaded video information.
Usage
AddVideoData(net, youtubeAuth = NULL, ..., writeToFile = FALSE, verbose = TRUE)
add_videos(net, youtubeAuth = NULL, ..., writeToFile = FALSE, verbose = TRUE)
Value
Network as a named list of three dataframes containing $nodes
, $edges
and $videos
nodes
and edges include columns for additional video data.
Note
Only supports YouTube actor networks. Refer to AddVideoData.actor.youtube
.