#Rstats
| Website | https://eliocamp.github.io |
| Pronouns | they/elle |
| GitHub | https://github.com/eliocamp/ |
| Location | Australia 🇦🇺 (previously Agentina 🇦🇷) |
| Website | https://eliocamp.github.io |
| Pronouns | they/elle |
| GitHub | https://github.com/eliocamp/ |
| Location | Australia 🇦🇺 (previously Agentina 🇦🇷) |
Almost every single time I try to use #python for data analysis I rediscover Clause Wilke's post. Especially the part about separating logic from logistics. In today's instance: I want to get the full path of all the files/folders in a folder, in #RStats that's just `list.files(path, full.names = TRUE)`. Simple and clear. In python you need some variation on
files = [os.path.join(path, f) for f in os.listdir(path')]
Which sucks.
Folks, what's the best printable #regex cheatsheet that I can stick to my wall for quick reference?
RE: https://mastodon.social/@coatless/116343698493079264
A month later, here is what happened to this work.
https://blog.thecoatlessprofessor.com/posts/extraction-with-a-footnote/