R/example.R

#'Sample function
#'
#'print hello
#'
#'@useDynLib HDMrP
#'@importFrom Rcpp sourceCpp
#'
#'@export
hello <- function(){
  print("hello")
}
wenshuoliu/HDMrP documentation built on May 4, 2019, 5:21 a.m.