R/archs4utils.R

Defines functions getVersions

Documented in getVersions

#' List all versions of ARCHS4.
#'
#' @return information of ARCHS4 versions.
#' @examples
#' getVersions()
getVersions <- function(x, y) {
  print("Hello, world!")
  res <- "Hello, worlds!"
}
lachmann12/Rarchs4 documentation built on May 25, 2019, 9:30 p.m.