R/hello.R

Defines functions hello intel

hello <-
function()
{
  return ("Hello world")
}

intel <- function() {
  dogs = list.files("/ocpu/github/gabonnri/gabontreedata/", recursive = TRUE);
}
gabonNRI/gabontreedata documentation built on Aug. 26, 2019, 12:04 p.m.