dfe-analytical-services / analysts-guide

A static website to hold guidance, helpful links and code examples for analysts working in DfE.
https://dfe-analytical-services.github.io/analysts-guide/
MIT License
3 stars 2 forks source link

write.csv() update #50

Closed cjrace closed 5 months ago

cjrace commented 5 months ago

Overview of changes

Quick change to example code for writing CSVs in UTF-8 encoding.

Why are these changes being made?

I tried to use the guidance and noticed the argument is different now.

Detailed description of changes

We previously advised using encoding = XX, but apparently this is now fileEncoding = XX

image

Issue ticket number/s and link

None

Checklist before requesting a review