R/conversion-input_variable-nm.R

#' @include input_variable.R
#' @include nm_model.R
#' @include model.R

setMethod(
  f = "convert",
  signature = c(target = "NmModel", source = "Model", component = "InputVariable"),
  definition = function(target, source, component, options) {
    target + nm_input(name = component@name)
  }
)

Try the assemblerr package in your browser

Any scripts or data that you put into this service are public.

assemblerr documentation built on Jan. 13, 2022, 1:07 a.m.