book.of.utilities seeks to facilitate execution of those repetitive, ad-hoc tasks often encountered during data processing.

Installation

Use remotes::install_github("delriaan/book.of.workflow", subdir = "pkg") to install the latest version from GitHub.

Functions

The following functional families are covered in book.of.workflow:

  • Chapter 1 - Book.of.workflow
    • Chapter 2 - Environment Integrity
      • : %-=%, %must.have%, check.env

    • Chapter 3 - Environment Processing
      • : copy_obj <- copy.obj, load_unloaded <- load.unloaded, refer.to

    • Chapter 4 - Workflow Management
      • : make.snippet, read.snippet, snippets_toc

    Dependencies

    type package version
    Depends R >= 4.1.0
    Imports purrr >= 1.0.0
    Imports future
    Imports parallel
    Imports parallelly
    Imports callr
    Imports doParallel
    Imports foreach
    Imports magrittr
    Imports data.table
    Imports stringi
    Imports glue
    Imports readtext
    Imports utils
    Imports tcltk
    Imports rlang
    Imports rstudioapi