R/find_version.R

Defines functions find_version

Documented in find_version

#' Finds the version of FuMa
find_version <-
function(object) {
  UseMethod("find_version",object)
}
yhoogstrate/FuMaR documentation built on May 4, 2019, 2:33 p.m.