#' 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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.