R/collector.R

#' \code{collector} package
#'
#' Quantified Information Risk Assessment Data Collection
#'
#' See the online documentation located at
#' \href{https://evaluator.tidyrisk.org/}{https://evaluator.tidyrisk.org/}
#'
#' @docType package
#' @name collector
#' @importFrom dplyr %>%
NULL

## quiets concerns of R CMD check re: the .'s that appear in pipelines
## technique from Jenny Bryan's googlesheet package
utils::globalVariables(c("."))

Try the collector package in your browser

Any scripts or data that you put into this service are public.

collector documentation built on Feb. 22, 2020, 1:11 a.m.