mikejohnson51 / opendap.catalog

Flexible backend for getting data from Web and local NetCDF resources into R
https://mikejohnson51.github.io/opendap.catalog
Other
7 stars 2 forks source link

code review - spelling error on get @param in dap_to_local() #24

Open anguswg-ucsb opened 2 years ago

anguswg-ucsb commented 2 years ago

In the get @param, the word "should" is spelled "shpuld"

#' Convert OpenDAP to start/count call
#' @param dap dap description
#' @param get shpuld data be collected?     # Here
#' @return numeric array
#' @export
#' @importFrom RNetCDF open.nc close.nc var.inq.nc var.get.nc