February 2018

Blog about something you just learned

February 19, 2018 | Edwin Thoen

Great effort has recently been made to encourage also the not-so-experienced to jump into the water and blog about data science. Some of the community’s hot shots gracefully draw attention to blogs of first-times on twitter to give them extra exposure. Most of the blogger newbies write about an ... [Read more...]

Laptops market on BestBuy

February 19, 2018 | Zhe Yang

You may have a bad time to buy a laptop. But did you ever think maybe laptop makers have really bad time to sell a laptop too? Background Did you ever struggle to choose the best laptop that fits your need? I did. The reason is that there are so ...
[Read more...]

R Tip: Use seq_len() to Avoid The Backwards Sequence Bug

February 19, 2018 | John Mount

Another R tip. Use seq_len() to avoid The backwards seqeunce bug. Many R users use the “colon sequence” notation to build sequences. For example: for(i in 1:5) { print(paste(i, i*i)) } #__ [1] "1 1" #__ [1] "2 4" #__ [1] "3 9" #__ [1] "4 16" However, the colon notation can be unsafe as … Continue reading R Tip: Use seq_len() to Avoid ... [Read more...]

Defensively install packages in R

February 19, 2018 | William Doane

Often, your R code will rely on having one or more R packages available. A little defensive coding will save users of your code—including future-you—from having to figure out which packages you’re using and then having to manually install them. This … Continue reading → [Read more...]

Getting started with R

February 19, 2018 | William Doane

Download and install R. Download and install RStudio. Read R for Data Science. R provides the backend: the programming language specification and the interpreter. RStudio provides the frontend: the user interface that allows you to interact with R, visualize data, … Continue reading → [Read more...]

Phyllotaxis3D, Belatedly

February 18, 2018 | R on R(e)Thinking

I coded my first R/Shiny app a month ago, but never wrote about it anywhere. Here’s the backstory. What the heck is phyllotaxis, anyway? As part of my exploration of the R world I came upon @aschinchon’s fantastic fronkonstin website. It’s a beautiful and creative display ... [Read more...]

Theory free tidyeval

February 18, 2018 | HighlandR

Getting our feet wet with dplyr programming - I’ve been putting off trying to suss out dplyr’s tidy evaluation for a long time, but I’ve been experimenting a bit with it so just making some notes here. It’s hard to talk about tidy e... [Read more...]
1 3 4 5 6 7 12

Never miss an update!
Subscribe to R-bloggers to receive
e-mails with the latest R posts.
(You will not see this message again.)

Click here to close (This popup will not appear again)