Deals Of The Week - hours only!Up to 80% off on all courses and bundles.-Close
Summary
15. Exercise 3

Instruction

Whew! That seems to have fixed it! We need to save this data and pass it on to others for review. To do that, we'll create a file.

Exercise

Save the patient data to the hospital.csv file. Use the write_delim() function with the option delim = ";".

Stuck? Here's a hint!

Type:

write_delim(patients, path = "hospital.csv", delim = ";")