mastodon.ie is one of the many independent Mastodon servers you can use to participate in the fediverse.
Irish Mastodon - run from Ireland, we welcome all who respect the community rules and members.

Administered by:

Server stats:

1.5K
active users

#rstats

97 posts84 participants16 posts today

Again, as someone who dabbles with #rstats, I curse the #ONS and their myriad date formats. An Excel file that does not use a date but a character format. 'Sept' rather than 'Sep' or 'September'...

Recent @DSLC club meetings:

:rstats: Advanced R: Names and values youtu.be/_GIEEMuZYrs #RStats

From the @DSLC :rstats:​chives:

:rstats: Explanatory Model Analysis: Ceteris-paribus Profiles youtu.be/bSMWIVtrZ_4 #RStats

:rstats: rlang docs: Function arguments youtu.be/I0g3DS8K1-w #RStats

:rstats: Mastering Shiny: Graphics youtu.be/KwUE61NVDUk #RStats

Visit dslc.video for hours of new #DataScience videos every week!

TIL: that tempfile() first argument take a pattern and place it in front of the file (why did I just discover that only now...).

This was in the first line of the storr package:


r$> (path <- tempfile("storr_"))
[1] "/tmp/RtmpQD2hP1/storr_581f5723fae77"