README.md

NABat R Data Access and Manipulation Tools

Tools for interfacing R with NABat data services.

Package Description

This package provides a interface to North American Bat Monitoring (NABat) data service's

NABat

Package Status

Proof of concept, community input/collaboration welcome!

Installation

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)

See Vignettes for examples (run in RStudio)

# RStudio pop up in Help tab
??nabatr

# Web browser popup
browseVignettes('nabatr')

Disclaimer

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."



talbertc-usgs/NABatR documentation built on April 22, 2020, 8:23 p.m.