nneo

knitr::opts_chunk$set(
  comment = "#>",
  collapse = TRUE,
  warning = FALSE,
  message = FALSE
)

Project Status: Active – The project has reached a stable, usable state and is being actively developed. Build Status codecov.io rstudio mirror downloads cran version

nneo - R client for NEON API

Routes and R methods

installation

cran version

install.packages("nneo")

Development version

devtools::install_github("ropensci/nneo")
library("nneo")

list products

nneo_products()

list sites

nneo_sites()

list a location

res <- nneo_location("HARV")
names(res)

data

nneo_data(product_code = "DP1.00098.001", site_code = "HEAL",
          year_month = "2016-05")

Contributors

Meta

ropensci_footer



ropensci/nneo documentation built on May 11, 2022, 3:12 p.m.