# My fingers are used to typing bash commands so create some equivalents
#' bash alias for \code{\link[base]{setwd}}
#'
#' @inheritParams base::setwd
#'
#' @export
cd <- base::setwd
#' bash alias for \code{\link[base]{getwd}}
#'
#' @inheritParams base::getwd
#'
#' @export
pwd <- base::getwd
#' bash alias for \code{\link[utils]{sessionInfo}}
#'
#' @inheritParams utils::sessionInfo
#' @export
env <- utils::sessionInfo
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.