R/set.command.with.label.R

#' set.command.with.label
#'
#' @export
#'
set.command.with.label = function (sbd,command,label,subcommand,argument) {
	sbd[[paste(command,'[',label,']',sep="")]][[subcommand]] = argument
	sbd
}
cttedwards/seabird2 documentation built on May 14, 2019, 12:41 p.m.