R/thoughts_prayers.R

Defines functions thoughts_prayers

Documented in thoughts_prayers

#' Thoughts and Prayers
#'
#' This function takes anything you want and returns NULL, just like actual thoughts and prayers. Do better
#'
#' @param ... whatever you want. It doesn't matter
#'
#' @export
#' 
#' @examples 
#' thoughts_prayers("whatever, man")
thoughts_prayers <- function(...) {
    return(NULL)
}
ekholme/thoughtsNprayers documentation built on April 6, 2023, 1:07 p.m.