Render a docx document that analyses a dataset

report_dataset_analysis(
  data_path,
  meta_data_path,
  report_path = "dataset-analysis.docx",
  bins = 7
)

Arguments

data_path

Path to the data file

meta_data_path

Path to the metadata file

report_path

Path to the output report file

bins

Number of bins for time profile plots