R/teproj-package.R

#' teproj
#'
#' This is Tony's package for projects.
#'
#' @name teproj
#' @docType package
#' @import readr
NULL

# r_files <- grep("parse", list.files("R", full.names = TRUE), value = TRUE, invert = TRUE)
# sinew::makeImport(r_files, format = "oxygen", desc_loc = ".")
# sinew::makeImport(r_files, format = "description", desc_loc = ".")

# rstudioapi::getActiveDocumentContext()$path
# kimisc::thisfile()

# Notepad Plus Plus find and replace all
# Find What: (^#'.*)`(.*)`
# Replace with: \1\\code\{\2\}
# Filters: *
aelhabr/teproj documentation built on June 18, 2020, 3:25 a.m.