Computer Science, asked by machallo, 2 months ago

data handling function in r language​

Answers

Answered by Anonymous
0

Answer:

\huge\black{\mid{\fbox{\tt{ANSWER}}\mid}}

Below are some methods to export the data to a file in R:

  • Using console. cat() function in R is used to output the object to console. It can be also used as redirecting the output to a particular file. ...
  • Using sink() function: sink() function is used to redirect all the outputs from cat() and print() to the given filename.
Answered by MiscreantAngel
3

Answer:

  • Using console. cat() function in R is used to output the object to console. It can be also used as redirecting the output to a particular file. ...
  • Using sink() function: sink() function is used to redirect all the outputs from cat() and print() to the given filename.

Explanation:

hope it helps

Similar questions