get_bwg_names: obtain the full name data from github

Description Usage Arguments Value Examples

Description

Gets the complete insect taxonomic data from github. This is good because it will always be accurate. Just type in get_bwg_names() in R's Console and you will get all the taxonomic information (among other things).

Usage

1

Arguments

file

the location of the file. defaults to the internet

chars

the number of character columns. defaults to 21

nums

the number of numeric columns. defaults to 54

Value

A dataframe containing all information as in the excel file in Dropbox: "Distribution organisms_correct2015"

Examples

1
2
taxo <- get_bwg_names()
names(taxo)

SrivastavaLab/bwgtools documentation built on May 9, 2019, 1:54 p.m.