R/test.R

Defines functions testF

Documented in testF

#' This function allows you to express your love of cats.
#' @param love Do you love cats? Defaults to TRUE.
#' @keywords cats
#' @export
#' @examples
#' testF()
testF <- function(){
  message(TCGA())
}
wangyang1749/CANCERDownload documentation built on Dec. 23, 2021, 5:07 p.m.