insp_table_pipeline | R Documentation |
This is a simplified wrapper for the inspections table pipeline that makes it easier to run. This takes inspections data from load to finished product and cleans up after itself. See the component functions for details on the pipeline.
insp_table_pipeline(
data_path = coviData::path_create("V:/Compliance/Inspection Data for Publishing/",
"Grand List of Inspections", ext = "xlsx"),
table_path = coviData::path_create("V:/Compliance/Inspection Data for Publishing/Table/",
paste0("insp_table_", Sys.Date()), ext = "html"),
archive_dir = "V:/Compliance/Inspection Data for Publishing/Table/Archive/",
force = FALSE
)
data_path |
The path to the excel workbook containing inspections data |
table_path |
The location to save the inspections table |
archive_dir |
The path to the archive directory for inspections tables |
force |
Should existing files at |
The inspections table as a datatables
object (invisibly)
The component functions of the inspections table pipeline:
insp_load_data()
,
insp_prep_data()
,
insp_create_table()
,
insp_save_table()
,
insp_archive_table()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.