This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Save R data editor

Hello all, I am new in R

How to save R text editor as a file

Thanks in advance

r

Hello marwa.cs91!

We believe that this post does not fit the main topic of this site.

Not a bioinformatics question.

For this reason we have closed your question. This allows us to keep the site focused on the topics that the community can help with.

If you disagree please tell us why in a reply below, we'll be happy to talk about it.

Cheers!

2 answers

Use Rstudio

There is an icon that allow you to save your script with a single and plain click

savehistory(file="filename")

Log in to answer this question.