Learn R Programming

vosonSML (version 0.32.7)

Create.actor.web: Create web actor network

Description

Creates a web page domain network from pages. Nodes are site domains.

Usage

# S3 method for actor.web
Create(datasource, type, verbose = TRUE, ...)

Value

Network as a named list of two dataframes containing $nodes and $edges.

Arguments

datasource

Collected social media data with "datasource" and "web" class names.

type

Character string. Type of network to be created, set to "activity".

verbose

Logical. Output additional information about the network creation. Default is TRUE.

...

Additional parameters passed to function. Not used in this method.

Examples

Run this code
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