R/hello.R

Defines functions nextfunction hello

library(devtools)
library(roxygen2)

hello <- function() {
  print("Hello, world!")
}

nextfunction <- function()
{
  print("sdfs")
}

nextfunction()
phillip1492/SWFD documentation built on May 21, 2020, 12:08 a.m.