Description Usage Arguments Details Examples
View source: R/extract-network.R
Uses scholar
package to scrape Google Scholar page of an author
(determined by ID) and returns a list with a list of edges and a data frame
with node-level information
1 | extractNetwork(id, n = 500, largest_component = TRUE, ...)
|
id |
Character string specifying the Google Scholar ID. |
n |
Maximum number of publications to retrieve. |
largest_component |
If |
... |
Other options to pass to |
extractNetwork
1 2 3 4 5 6 7 | ## Not run:
## Download Google Scholar network data for a sample user
d <- extractNetwork(id="jGLKJUoAAAAJ", n=500)
## Plot network into file called \code{network.html}
plotNetwork(d$nodes, d$edges, file="network.html")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.