R/lissyrtools_package_documentation.R

# 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
JosepER/lissyrtools documentation built on Jan. 26, 2025, 10:01 p.m.