You can use sink() function in R to drive the data to the external connections.

Hello folks, today we will be looking into the applications of the sink() function in R. We are going to try to make connections in multiple formats such as text and csv file types.

Using the sink() function, you can either print the data or you can export the data or the R output to text or CSV file types.

Let’s see how it works!

#r programming #web-development

How to use sink() function in R
3.20 GEEK