SourceType: Source type

View source: R/specieshindex.R

SourceTypeR Documentation

Source type

Description

This function calculates the total number of items for each document type.

Usage

SourceType(data)

Arguments

data

The dataframe generated from Fetch.

Value

A dataframe with each document and their counts.

Examples

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

## End(Not run)
SourceType(Woylie)


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