summary.bold | R Documentation |
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
summary.bold(df)
df |
A dataframe with data obtained form BOLD. |
A summary of the items mentioned in the description.
Nishan Mudalige
example.df <- get.public(container=c("AICC, PRT")) summary(example.df)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.