R/add.command.with.nolabel.R

#' add.command.with.nolabel
#'
#' @export
#'
add.command.with.nolabel = function (sbd,command,...) {
	sbd[[command]] = as.list(...)
	sbd[[command]]$command = command
	sbd[[command]]$value = character(0)
	sbd
}
cttedwards/seabird2 documentation built on May 14, 2019, 12:41 p.m.