knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "README-"
)

Project Status: Active – The project has reached a stable, usable state and is being actively developed. Travis-CI Build Status Coverage Status

wellspell.addin

zz <- textConnection("rd", "w")
tools::Rd2txt("man/wellspell.Rd", zz)
close(zz)

rd <- gsub("\\*", "**", rd)
rd <- gsub("\\'", "`", rd)
rd <- gsub("\\'", "`", rd)
rd <- gsub("            •", "  -", rd)
rd <- gsub("    ", "", rd)

purrr::walk(
  rd[4:(grep("_\bU_\bs_\ba_\bg_\be:", rd) - 1)],
  function(x) {
    cat(x)
    cat("  \n")
  }
)


nevrome/wellspell.addin documentation built on Feb. 13, 2021, 11:32 p.m.