TotalCite: Total citations

View source: R/specieshindex.R

TotalCiteR Documentation

Total citations

Description

This function calculates the total number of citations.

Usage

TotalCite(data)

Arguments

data

The dataframe generated from Fetch.

Value

A numerical value of the total number of citations.

Examples

## Not run: 
Woylie <- Fetch(db = "scopus",
                search = "tak",
                genus = "Bettongia",
                species = "penicillata")

## End(Not run)
TotalCite(Woylie)


jessicatytam/specieshindex documentation built on June 24, 2022, 3:31 a.m.