R/lm_data_time_stats.R

Defines functions lm_data_time_stats

Documented in lm_data_time_stats

#' Get time stats data for use in report
#'
#' \code{lm_data_time_stats} returns formatted time stats data for use in monthly reports.
#'
#' @return \code{dataframe}.
#'
#' @examples
#' \dontrun{
#' lm_data_time_stats()
#' }
#'
#' @export

lm_data_time_stats <- function() {

  # TODO get data from API using functions

  labourmarketreports::time_stats_example_data
}
thomascrines/labourmarketreports documentation built on Jan. 28, 2021, 9:47 a.m.