# Document package
#' lissyrtools: Functions that can be used within LISSY
#'
#' The lissyrtools provides three types of functions:
#' read, transform, and print. These can be chained using
#' 'magrittr' pipes ('%>%') in 'tidyverse' style.
#'
#' @section read functions:
#' Read and merge LISSY files.
#' @section transform functions:
#' Perform data processing/cleaning processes.
#' @section print functions:
#' Compute estimates.
#'
#' @docType _PACKAGE
#' @name lissyrtools
NULL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.