turtletopia (@rturtletopia) 's Twitter Profile
turtletopia

@rturtletopia

We like making R tools. You can read more about us on our blog:
turtletopia.github.io
and find our toys on github:
github.com/turtletopia

ID: 1542857764392910850

calendar_today01-07-2022 13:09:27

62 Tweet

34 Followers

26 Following

saral.club (@data_question) 's Twitter Profile Photo

Which of the following can't be a variable name in R? 1. `` `if` `` 2. `_abc` 3. `var1` 4. `1stVar` #RStats #DataScience [TimeStamp:18072022123038]

saral.club (@data_question) 's Twitter Profile Photo

Here's a question for #RStats folks: Below are shown two ways of selecting an element from a matrix, should you expect the same output from the two commands in R? m = matrix(1:9, nrow = 3) m # First method m[i=1, j=2] # Second method m[j=2, i=1]

saral.club (@data_question) 's Twitter Profile Photo

It is given that there is no package named xyz. What will the last line of code return in #RStats? x = require(xyz) typeof(x)

saral.club (@data_question) 's Twitter Profile Photo

Although unadvisable, but it’s interesting how scoping works in #RStats. R allows function and variable to have same name. What does the following code return? g09 <- function(x) x + 100 g10 <- function() { g09 <- 10 g09(g09) } g10()

turtletopia (@rturtletopia) 's Twitter Profile Photo

Do you like ice cream? My guess is yes. And do you like debugging? Probably not. In my latest blog post I'm showing #rstats how to make debugging a little more pleasant with ice cream. 🍦🍦🍦 turtletopia.github.io/2022/07/28/ice…

saral.club (@data_question) 's Twitter Profile Photo

#RStats tip of the day, Do you know you can use if else statements in chunk options? The following code chunk will evaluate if tidyvserse is not installed.

#RStats tip of the day,

Do you know you can use if else statements in chunk options?

The following code chunk will evaluate if tidyvserse is not installed.
turtletopia (@rturtletopia) 's Twitter Profile Photo

We've been working hard on modularizing our deepdep lately; click to see how we made two packages out of one and why we did it: turtletopia.github.io/2022/08/04/cas… #RStats

turtletopia (@rturtletopia) 's Twitter Profile Photo

Love Your Language as thyself. Or at least appreciate and use its interesting solutions. Today's post is basically a love poem to infix funcions in #RStats . turtletopia.github.io/2022/08/10/son…

@rainbowR@tech.lgbt (@r_lgbtq) 's Twitter Profile Photo

We've added this post to the RainbowR blog (with a few notes). rainbowr.netlify.app/gglgbtq. Thanks turtletopia for creating {gglgbtq} and letting us know about it!

Ben Ackerman, PhD (@backerman150) 's Twitter Profile Photo

Notice my new 🏳️‍🌈🏳️‍⚧️📊 banner? I’ve updated my #rstats pride flag code to use the wonderful color palettes in the ‘gglgbtq’ package (by turtletopia)! Every generated plot is unique and special, make and share yours today! gist.github.com/benjamin-acker…

Notice my new 🏳️‍🌈🏳️‍⚧️📊 banner? I’ve updated my #rstats pride flag code to use the wonderful color palettes in the ‘gglgbtq’ package (by <a href="/Rturtletopia/">turtletopia</a>)! Every generated plot is unique and special, make and share yours today! gist.github.com/benjamin-acker…