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

Try the pathological package in your browser

Any scripts or data that you put into this service are public.

pathological documentation built on May 1, 2019, 10:22 p.m.