R/readme.R

Defines functions make_readme_install

Documented in make_readme_install

#' @title
#' Make Installation Section in README
#'
#' @export

make_readme_install <-
  function(pkg = basename(getwd())) {
    cat(sprintf('# Installation  \n\n```  \nlibrary(devtools)\ninstall_github("meerapatelmd/%s")\n```  \n\n', pkg))
  }
meerapatelmd/suzyBakeOven documentation built on March 30, 2022, 1:44 p.m.