Stamp a CSV file with a methodology comment header
Source:R/output_stamping.R
stamp_methodology_csv.RdWrites a comment-style header line and an empty separator before the
CSV body. R's readr::read_csv and utils::read.csv both
accept a comment arg that skips lines starting with #;
downstream consumers using those parsers transparently strip the stamp.
Consumers using a stricter parser see the comment and can re-export
without it.