R/test.R

#' @importFrom rhdf5 h5write.default
#' @importFrom rhdf5 h5write
#' @export
myFun <- function(){
    h5write(1:4, "test.h5", "test")
}
cdeterman/demoS3imports documentation built on May 13, 2019, 2:36 p.m.