Description Usage Arguments Value Examples
This function was adapted from **oharar/rBBS** package.
1 2 3 | getRouteInfo(routesFile = "routes.zip",
routesDir = "ftp://ftpext.usgs.gov/pub/er/md/laurel/BBS/DataFiles/",
RouteTypeID = 1, Stratum = NULL, BCR = NULL)
|
RouteTypeID |
One or more numbers indicating route substrate (1=roadside;2=water;3=off-road; Default = 1, roadside only). |
Stratum |
A vector of BBS physiographic stratum codes by which to filter the routes. |
BCR |
A vector of Bird Conservation Region codes where by which to filter the routes. |
routeDir |
Location of the routes.zip folder Should be in DatFiles folder (default). |
routeFile |
Name of the route information file. Usually "routes.zip". |
If download successful, a dataframe with the results.
1 2 3 4 5 6 | # download BBS route data.
## Not run:
RouteInfo <- getRouteInfo()
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.