R/0_readme.R

Defines functions toc4pkg

Documented in toc4pkg

#' 向R包中写入目录文件
#'
#' @return 返回值
#' @export
#'
#' @examples
#' toc4pkg 
toc4pkg <- function() {
  cat(paste(dir('R'),collapse = '\n'),file = 'readme.txt');
  
}
takewiki/tstk documentation built on Oct. 1, 2023, 10:39 p.m.