R/inspector.R

#' @docType package
#' @importFrom Rdpack reprompt
#'
#' @title Package 'inspector'
#'
#' @description The `inspector` package provides utility functions that
#' implement and automate common sets of validation tasks. These functions are
#' particularly useful to validate inputs, intermediate objects and output
#' values in user-defined functions, resulting in tidier and less verbose
#' functions.
#'
#' @details For a complete list of functions see `library(help = "inspector")`.
#' For instructions and examples see the "Usage" section of the
#' [README](https://github.com/ptfonseca/inspector/blob/master/README.md).
#'
#' @keywords internal

"_PACKAGE"
ptfonseca/inspector documentation built on June 23, 2021, 8:21 p.m.