summary.bold: A function which returns useful summary informaiton.

View source: R/summary.bold.R

summary.boldR Documentation

A function which returns useful summary informaiton.

Description

The user should enter a dataframe with data obtained from BOLD. The function will provide summary information on: * The Number of records in the dataframe * The Number of unique record codes in the dataframe * The Number of duplicate records in the dataframe * The Number of different primers in the dataframe

Usage

summary.bold(df)

Arguments

df

A dataframe with data obtained form BOLD.

Value

A summary of the items mentioned in the description.

Author(s)

Nishan Mudalige

Examples

example.df <- get.public(container=c("AICC, PRT"))
summary(example.df)

nishanmudalige/BOLD.R documentation built on July 15, 2022, 3:33 a.m.