#' 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
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.