R/add.command.with.argument.R

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