R/projectionList.R

Defines functions projectionList

Documented in projectionList

#' projectionList 
#'
#' projectionList 
#'
#'
#' @inheritParams common_attributes 
#' @param horizCoordSysDef The definition of a coordinate system See [horizCoordSysDef()]
#'
#' @return a projectionList list object
#'
#' @export

 projectionList <- function(horizCoordSysDef = NULL){ 
Filter(Negate(is.null),
 list(
horizCoordSysDef = horizCoordSysDef))}
cboettig/build.eml documentation built on May 8, 2019, 8:57 p.m.