R/dgutils-package.R

#' Interactive and Analysis Script Utility Functions
#'
#' This package consists of  aliases and
#' functions to improve your efficiency and workflow.
#'
#' See package [dgplot](https://github.com/dgabbe/dgplot) for plotting related functions.
#'
#' @section Installation:
#' Install this package:
#' \preformatted{
#' install.packages("devtools")
#' devtools::install_github("dgabbe/dgutils@Current")
#' }
#'
#' @section Aliases:
#' Create some bash equivalents in aliases.R
#'
#' @section Functions:
#' Utility/convenience functions are defined in their own R file named
#' for the function.
#'
#' @docType package
#' @name dgutils-package
NULL
dgabbe/dgutil documentation built on May 15, 2019, 7:20 a.m.