R/set.command.with.autonumber.R

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