gcite_graph {gcite}R Documentation

Parse Google Citation Graph

Description

Parses a google citation bar graph from html

Usage

gcite_graph(citations, ...)

## S3 method for class 'xml_node'
gcite_graph(citations, ...)

## S3 method for class 'xml_document'
gcite_graph(citations, ...)

## S3 method for class 'character'
gcite_graph(citations, ...)

## Default S3 method:
gcite_graph(citations, ...)

Arguments

citations

A list of nodes or xml_node

...

arguments passed to GET

Value

A matrix of citations and years


[Package gcite version 0.10.1 Index]