R/tipom.import.R

tipom.import <-
  function(imported.data, name, units, description=NULL) {
    imd <- imported.data
    attr(imd, "tipom") <- TRUE
    attr(imd, "name") <- name
    attr(imd, "units") <- units
    attr(imd, "description") <- description
    imd
  }

Try the tipom package in your browser

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

tipom documentation built on May 2, 2019, 3:28 p.m.