#' Extract and Visualize Google Scholar Collaboration Networks
#'
#' This package provides functions to extracts publication information from
#' Google Scholar, create network of collaborators based on co-authored projects,
#' and visualize these networks using a force-directed layout algorithm.
#'
#' @seealso \code{\link{extractNetwork}}, \code{\link{plotNetwork}}
#' @name scholarnetwork-package
#' @aliases scholarnetwork
#' @docType package
#' @author Pablo Barbera \email{pablo.barbera@@nyu.edu}
#' @import scholar igraph networkD3
#' @importFrom stringr str_trim
NULL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.