Tools for interfacing R with NABat data services.
This package provides a interface to North American Bat Monitoring (NABat) data service's
Proof of concept, community input/collaboration welcome!
To install the toolbox in R run the following commands in a R terminal
install.packages(c('httr' ,'xml2' ,'jsonlite' ,'plyr' ,'rgdal' ,'sp' ,'htmltools' ,'htmlwidgets' ,
'leaflet' ,'rmarkdown' ,'rprojroot' ,'dplyr' ,'devtools' ,'testthat' ,'roxygen2' ,'kableExtra' ,
'plotly' ,'magrittr' ,'mapview' ,'officer' ,'caret' ,'plumber' ,'aws.s3' ,'flextable', 'maps',
'maptools'))
devtools::install_github("ropensci/ghql")
devtools::install_github("ennsk/nabatr")
library(nabatr)
# RStudio pop up in Help tab
??nabatr
# Web browser popup
browseVignettes('nabatr')
This software is in the public domain because it contains materials that originally came from the U.S. Geological Survey, an agency of the United States Department of Interior. For more information, see the official USGS copyright policy
Although this software program has been used by the U.S. Geological Survey (USGS), no warranty, expressed or implied, is made by the USGS or the U.S. Government as to the accuracy and functioning of the program and related program material nor shall the fact of distribution constitute any such warranty, and no responsibility is assumed by the USGS in connection therewith.
This software is provided "AS IS."