🎲 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
Hashtag
#FunWithR
Advertisement · 728 × 90
10
4
0
2
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