R/namespace_packages.R

# Attach packages to namespace with roxygen2 document() function
#' @import tidyr readr stringr purrr dplyr tibble ggplot2
#' @importFrom magrittr %>%
#' @importFrom lubridate year month day hour mdy_hm mdy_hms ceiling_date date as_datetime
#' @importFrom tidyselect all_of
#' @importFrom methods new
#' @importFrom stats lm na.exclude
NULL
btaute/powerResource documentation built on Sept. 4, 2020, 4:36 p.m.