powered by
Creates a web page domain network from pages. Nodes are site domains.
# S3 method for actor.web Create(datasource, type, ..., writeToFile = FALSE, verbose = TRUE)
Network as a named list of two dataframes containing $nodes and $edges.
$nodes
$edges
Collected social media data with "datasource" and "web" class names.
"datasource"
"web"
Character string. Type of network to be created, set to "activity".
"activity"
Additional parameters passed to function. Not used in this method.
Logical. Write data to file. Default is FALSE.
FALSE
Logical. Output additional information. Default is TRUE.
TRUE
if (FALSE) { # create a web actor network graph net_activity <- data_collect |> Create("actor") # network # net_activity$nodes # net_activity$edges }
Run the code above in your browser using DataLab