R/pathological-package.R

#' pathological: utilities for paths, files and directories.
#'
#' This package contains utilities for manipulating paths, files and 
#' directories. 
#' 
#' \code{decompose_path} splits a path into the directory name, filename 
#' without extension, and extension. \code{strip_extension} and 
#' \code{get_extension} provide shortcuts to the second and third parts
#' of the filename. \code{recompose_path} takes the result of 
#' \code{decompose_path} and returns complete paths.
#' 
#' \code{copy_dir} copies the contents of a directory, possibly recursively.
#'
#' @author Richie Cotton
#' @docType package
#' @name pathological
#' @aliases pathological pathological-package
#' @keywords package
NULL
richierocks/pathological documentation built on May 27, 2019, 8:47 a.m.