R/findPackage.R

Defines functions findPackage

Documented in findPackage

#' Find the sos package
#'
#' Helps you find the sos package by telling you that you want the sos package.
#' 
#' @export
#' @examples
#' findPackage()
findPackage <- function(){
    cat("You want the sos package\n")
}
Dasonk/findPackage documentation built on May 6, 2019, 1:37 p.m.