📂 R File Input & Output

Working with files lets you read data into R and save results for later. R provides simple functions to read/write text and CSV files.

📝 Example Code

Output will appear here...
💡 Tip: Use read.csv() and write.csv() for CSV files — perfect for tabular data!

📚 Common File I/O Functions