View source: R/Create.actor.web.R
Create.actor.web | R Documentation |
Creates a web page domain network from pages. Nodes are site domains.
## S3 method for class 'actor.web'
Create(datasource, type, ..., writeToFile = FALSE, verbose = TRUE)
datasource |
Collected social media data with |
type |
Character string. Type of network to be created, set to |
... |
Additional parameters passed to function. Not used in this method. |
writeToFile |
Logical. Write data to file. Default is |
verbose |
Logical. Output additional information. Default is |
Network as a named list of two dataframes containing $nodes
and $edges
.
## Not run:
# create a web actor network graph
net_activity <- data_collect |> Create("actor")
# network
# net_activity$nodes
# net_activity$edges
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.