R/MLInput.R

Defines functions update.MLInput

setMethod("initialize", "MLInput",
  function(.Object, ..., id = make_id("input")) {
    callNextMethod(.Object, ..., id = id)
  }
)


update.MLInput <- function(object, ...) {
  object
}

Try the MachineShop package in your browser

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

MachineShop documentation built on Sept. 11, 2024, 6:28 p.m.