knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>"
)

Introduction

The utilsR package rolls several different commonly utilized functions into one package. There are functions for testing column types, reading and updating configuration files, creating or removing directory structures, and creating logs.

Col Types

Functions:

These functions can take a vector or dataframe column and reutrn TRUE or FALSE.

Config

Functions:

These functions are useful to read in and then export an updated configuration file.

Folder Structure

Functions:

These functions are useful to expedite the file structure creation.

Logging

Functions:

These functions are used to create log files. The log functions also initiate time, so that it's easy to know how long a script file takes to run and logs the output all in one place.



holmesjoli/utilsR documentation built on Aug. 13, 2019, 12:31 p.m.