fusrodaftpunk@lemmy.worldtoR Programming@programming.dev•print to console tables that can be easily copied and pasted to ExcelEnglish
4·
1 year agoI 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 😭
Re: c) I will be a dirty shill for VSCode and R lol, example here. I find it much better for R shiny development, projects with multiple people and projects with multiple languages. Notebook support is less good out of the box, you will have to get a jupyter kernel set up - but I use scripts more so than notebooks anyway.
Anyway, onto the question! Base R. Yeah, I said it! Whenever I have a weird enough situation where tidyverse functions won’t work due to poor quality data, then I shed a single solemn tear and quietly wish I had done the project in python as I start writing a for loop in what will no doubt be the most hacky solution ever.