R/path-chain-package.R

#' path.chain: Concise Structure for Chainable Paths
#'
#' The aim of this package is to provide tools,
#' which allow us to represent directory structure as
#' nested R objects. It can be easily saved as .yaml
#' files so that we can later load it and use in our project.
#'
#' @author Krzysztof Joachimiak
#' @keywords package
#' @name path.chain-package
#' @aliases path.chain
#' @docType package
NULL

Try the path.chain package in your browser

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

path.chain documentation built on Oct. 9, 2024, 1:07 a.m.