Monthly_Performance_Report: monthly_performance_report

Description Usage Arguments Examples

Description

Creates the monthly performance report

Usage

1
monthly_performance_report(dir = choose.dir(), output_dir, period = Sys.Date() m- months(1))

Arguments

dir

Path to the Analytics folder

output_dir

Path to the folder you want the output file to be in. By default it is the Analytics/Monthly folder

period

Which month's data to run the report for. By default it is the month before the current month

Examples

1
2
3
4
monthly_performance_report(dir = "C:\Documents\Analytics",
                           output_dir = dir,
                           period = as.Date("2019-10-20"))
  

Hendriico/MOSLReports documentation built on Dec. 15, 2019, 9:41 p.m.