# Description for the 'camrprojects' package
# Authors:
# Eylul Akman
# Bryn Evohr
# Michael Pascale
# Kevin Potter
# William Schmitt
# Email:
# kpotter5@mgh.harvard.edu
# Please email us directly if you
# have any questions or comments
# Last updated: 2024-12-12
# Package development
# - To update man pages
# devtools::document()
#' Portable Functions for R Projects at CAM-MGB
#'
#' @name camrprojects-package
#' @aliases camrprojects
#'
#' @description
#'
#' The \pkg{camrprojects} package implements a set of
#' portable functions commonly used in R projects
#' from the Center for Addiction Medicine (CAM) at the
#' Mass General Brigham (MGB) hospital. A complete list
#' of the functions available in the package can be
#' obtained via the command
#' `ls(pos = "package:camrprojects")` after
#' loading in the package via a call to `library`.
#'
#' @importFrom magrittr %>%
#' @import dplyr
#' @import stringr
#' @import tidyr
#' @import checkmate
#' @import rlang
"_PACKAGE"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.