View source: R/produce_hr_report.R
produce_hr_report | R Documentation |
Shortcut function with all steps to provide a Human Resources report
produce_hr_report(df, part = "all", format = "uploadable")
df |
a dataframe set up according to the readme |
part |
a string with what part of the report you want to produce "all", "A1", etc. |
format |
A string ( |
A txt or csv file at the path of your choice
#entire report
produce_hr_report(hr_staff)
#subsection with csv output instead of key-value txt
produce_hr_report(hr_staff, part = "A1", format = "readable")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.