I use clipr::write_clip
and clipr::read_clip
- can paste to excel but also read in something you've copied from excel.
Helpful when you have a client with poorly formatted excel files, to the point that readxl
won't do the job ๐ญ
Please use this as a forum to discuss R, and learn more about it. If you have any questions about how to do specific things in R, this is the place to ask.
You can download R here.
You can download RStudio here. RStudio IDE, which is supported by Posit PBC, is a powerful and well-developed IDE for R. Other development environment options include Emacs addon Emacs Speak Statistics and VSCode.
Other communities that may be of interest across the fediverse:
Please send @a_statistician a message to recommend additional communities to add to this list.
I use clipr::write_clip
and clipr::read_clip
- can paste to excel but also read in something you've copied from excel.
Helpful when you have a client with poorly formatted excel files, to the point that readxl
won't do the job ๐ญ
Seconding clipr, it's my go-to for when i just need to quickly check or transferring something to and from Excel.