Trending

#FunWithR

Latest posts tagged with #FunWithR on Bluesky

Latest Top
Trending

Posts tagged #FunWithR

The Comprehensive R Archive Network

🎲 Want to add a little playfulness to your R sessions? Check out {fun}- a package full of classic games (Minesweeper, sliding puzzles, Gomoku) and quirky utilities all in R.

Try demo(package = "fun") to see what it can do!

🔗 cran.r-project.org/package=fun

#rstats #RPackage #UseR #FunWithR

10 4 0 2
Generate QRcodes with R Create static QR codes in R. The content of the QR code is exactly what the user defines. We don't add a redirect URL, making it impossible for us to track the usage of the QR code. This allows to gen...

Discovered the qrcode package in R… and now my slides for tomorrow are overflowing with QR codes, each with a custom logo! 🙈 Couldn’t resist. If you’re curious, check it out: thierryo.github.io/qrcode/ #rstats #dataviz #funwithR

6 1 0 0

This is for my grad students. Looked at my subset data frame, it began with 100 and 200 level courses. Went down a huge rabbit hole trying to get the $crse vector to be a number. Spot the problem? #funwithr 🤦🏾‍♀️

enrollments300df <- enrollmentsdf[which(enrollmentsdf$crse<=300),]

0 0 0 0