Description Usage Arguments Value Examples
This function was adapted from **oharar/rBBS** package.
| 1 2 3 | 
| file | One file name including the .zip extension ("stateX.zip"). Preferably download a single state at a time, otherwise run time will take >1 minutes. | 
| dir | URL to the StatesFiles. | 
| year | Vector of years. Default = NULL (all years). | 
| aou | Vector of AOU numeric codes. Default = NULL (all species). (For species list visit the BBS [FTP site]("ftp://ftpext.usgs.gov/pub/er/md/laurel/BBS/DataFiles/SpeciesList.txt"). | 
| countrynum | Vector of country ID #'s. Default = NULL (all countryNums). | 
| states | Vector of state names Default = NULL (all states). | 
If download successful, a dataframe with the results.
| 1 2 3 4 5 6 | # download all species and years from Nebraska.
## Not run: 
NE <- getDataBBS(file = "Nebrask.zip")
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.