Write canonical CARWatch Study Results
Value
path, invisibly. The function writes the canonical Study Results
CSV and returns its absolute path.
Examples
fixture <- system.file("extdata", "parity", "v1.0.0", package = "carwatch")
results <- read_study_results(file.path(fixture, "results.csv"))
output <- tempfile(fileext = ".csv")
write_study_results(results, output)
restored <- read_study_results(output)