RosettaCodeData/Task/Write-entire-file/R/write-entire-file.r
2025-08-11 18:05:26 -07:00

1 line
53 B
R

writeLines(text="This is a string.", con="file.txt")