R/make_index.R

#' @export
make_index <- function(from = 5, to = 9, path = "website") {
  system(paste0("sed ",from,",",to,"d vignettes/",
                grep("\\.Rmd$", dir("vignettes"), value = TRUE),
                " > ", path, "/index.Rmd"))
}
choisy/marc documentation built on May 13, 2019, 5:31 p.m.