R/timekeeper-package.r

#' timekeeper: track creation time of your dataframes
#'
#'  This package keeps tracks of dataframe creation times by adding 3
#' columns to any dataframe. The three columns are date,time and day_or_night.
#'
#' @importFrom dplyr %>%
#' @name timekeeper
#' @docType package
NULL
hochoy/r_timekeeper documentation built on May 17, 2019, 4:36 p.m.