exporting data?

I have looked a zillion places and have no idea how to get my data out of rstudio...how am I supposed to do that?

Thank you!

That depends, on what format the output should be?

.csv or similar, to go into Excel. Thanks.

You can use the write.csv() function from base R for csv and for Excel there are many options, among them the writexl and openxlsx packages.

If you need more specific help, please provide a proper REPRoducible EXample (reprex) illustrating your issue.

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.