dappr

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

Build Status codecov.io

dappr is a general purpose R client for working with OPeNDAP servers

Installation

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

Search

library("dtplyr")
library("dplyr")
od_list("MERRA_MONTHLY", "MSTMNXMLD.5.2.0", "2000") %>%
  select(name, dataSize, date)

Information

dds("MERRA_MONTHLY/MAIMNXINT.5.2.0/1980/MERRA100.prod.assim.instM_2d_int_Nx.198004.hdf")

Meta

ro_footer



ropensci/dappr documentation built on May 18, 2022, 9:51 a.m.