Skip to content
Snippets Groups Projects
Commit 6f9df576 authored by Blodgett, David L.'s avatar Blodgett, David L.
Browse files

documentation fixes #76

parent 0a542b51
No related branches found
No related tags found
No related merge requests found
......@@ -23,7 +23,7 @@
#' @param coordvar_long_names \code{list} values for long names on coordinate variables. Names should be `instance`, time`, `lat`, `lon`, and `alt.`
#' @param add_to_existing \code{boolean} If TRUE and the file already exists,
#' variables will be added to the existing file. See details for more.
#' @param overwrite boolean error if file exists.
#' @param overwrite boolean unless set to true, error if file exists.
#'
#' @description
#' This function creates a timeseries discrete sampling geometry NetCDF file.
......
......@@ -66,7 +66,7 @@ See details for useful attributes.}
\item{add_to_existing}{\code{boolean} If TRUE and the file already exists,
variables will be added to the existing file. See details for more.}
\item{overwrite}{boolean error if file exists.}
\item{overwrite}{boolean unless set to true, error if file exists.}
}
\description{
This function creates a timeseries discrete sampling geometry NetCDF file.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment