inst/R.ser/pncdf4_create.R

##GO## nc_create_preamble is an exact copy of top portion of nc_create
nc_create_preamble <- function(filename, vars, force_v4 = TRUE,
    verbose = FALSE){
  # A serial dummy function.
  invisible()
} # End of nc_create_preamble().


nc_create_finish <- function(nc, preamble, vars, verbose){
  # A serial dummy function.
  invisible()
} # End of nc_create_finish().

Try the pbdNCDF4 package in your browser

Any scripts or data that you put into this service are public.

pbdNCDF4 documentation built on May 2, 2019, 6:43 a.m.