R/MakeTypos.R

Defines functions MakeTypos

MakeTypos <- function()
{
  #Load utils
  source("R/utils.R")
  cat("\nutils functions loaded")

  #Create the exported typos
  .clear_exported()
  cat("\nExported function file cleared")

  cat("\nLoading in the current list of typos")
  #Add in the current list of typos
  .typo_doc(nameS,names)
  .typo_doc(typoef,typeof)
  .typo_doc(geom_warp,geom_wrap,ggplot2)
  .typo_doc(fitler,filter,dplyr)
  .typo_doc(transmutate,mutate,dplyr)
  .typo_doc(lenght,length)

}
MyKo101/typos documentation built on June 15, 2020, 4:51 a.m.