insp_create_table | R Documentation |
insp_create_table()
takes prepared inspections data and creates an
HTML table for publishing on the web (using the DT package). Data
should first be prepared using
insp_prep_data()
.
insp_create_table(.data)
.data |
The prepared inspections data |
A reactable
object
Other functions in the inspections data pipeline (
insp_load_data()
,
insp_prep_data()
,
insp_save_table()
,
insp_archive_table()
) and the wrapper for the full workflow
(
insp_table_pipeline()
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.