R/dietcost_packages.R

#' @importFrom readxl read_excel
#' @importFrom rlang UQ sym := hash is_empty .data
#' @importFrom dplyr group_by summarise filter left_join mutate case_when rename_with pull across select n
#' @importFrom tidyselect all_of 
#' @importFrom stats complete.cases runif median sd na.omit qt qnorm
#' @importFrom xlsx write.xlsx
#' @importFrom utils read.csv write.csv tail head

## quiets concerns of R CMD check re: the .'s that appear in pipelines
if(getRversion() >= "2.15.1")  utils::globalVariables(c("."))

NULL

Try the DIETCOST package in your browser

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

DIETCOST documentation built on June 8, 2025, 1:51 p.m.