Allindices: Index summary

View source: R/specieshindex.R

AllindicesR Documentation

Index summary

Description

This function returns a dataframe of the summary of all of the indices.

Usage

Allindices(data, genus, species)

Arguments

data

The dataframe generated from Fetch.

genus

Genus classification from the binomial name.

species

Species classification from the binomial name.

Value

A datarame of all of the indices in the package.

Examples

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

## End(Not run)
Allindices(Woylie,
           genus = "Bettongia",
           species = "penicillata")


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