February 2018

Packages for Getting Started with Time Series Analysis in R

February 18, 2018 | atmathew

A. Motivation During the recent RStudio Conference, an attendee asked the panel about the lack of support provided by the tidyverse in relation to time series data. As someone who has spent the majority of their career on time series problems, this was somewhat surprising because R already has a ... [Read more...]

Interactive Map of UFO Sightings by Year

February 17, 2018 | tealeaf

Whilst an overview of a century of UFO sightings reveals a broad overall feature of the data, it is far more useful to be able to see how sightings change over time. The interactive plot below shows all sightings for a given year. We can clearly see that the number... [Read more...]

Thank You, #rstats World

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

Why start another data science blog? Two main reasons. First and foremost, this blog is an effort to contribute back to the amazing #rstats community from which I have benefited so much over the past year. Second, I hope it will also challenge me to tackle new and interesting questions ... [Read more...]

R Tip: Use qc() For Fast Legible Quoting

February 17, 2018 | John Mount

Here is an R tip. Need to quote a lot of names at once? Use qc(). This is particularly useful in selecting columns from data.frames: library("wrapr") # get qc() definition head(mtcars[, qc(mpg, cyl, wt)]) # mpg cyl wt # Mazda RX4 21.0 6 2.620 # Mazda RX4 Wag 21.0 6 2.875 # Datsun 710 22.8 … Continue reading R Tip: ... [Read more...]

R markdown blog template

February 16, 2018 | Fellgernon Bit - rstats

This blog post is mostly for myself but maybe it’s useful to others. It contains my current R markdown blog template. I initially posted this as a question at StackOverflow. Then I read how much a burden we put in Yihui Xie and decided that my curren... [Read more...]

Connect to Google Sheets in Power BI using R

February 16, 2018 | R on Locke Data Blog

Hello again everyone! This latest blog post comes from this youtube video that we published a little while ago. Here’s the step by step instructions for using the ‘googlesheets’ package in R to enable you to get your data from Google Sheets Step 1 - Preparation Create an authentication token ... [Read more...]

R markdown blog template

February 16, 2018 | Fellgernon Bit - rstats

This blog post is mostly for myself but maybe it’s useful to others. It contains my current R markdown blog template. I initially posted this as a question at StackOverflow. Then I read how much a burden we put in Yihui Xie and decided that my curren... [Read more...]

Global Distribution of UFO Sightings 1910-2013

February 16, 2018 | tealeaf

Where are you most likely to see a UFO? More importantly, where are they most likely to see you? Thankfully, the National UFO Reporting Centre (NUFORC) have diligently compiled and curated a dataset of over a century of global UFO sightings. The data has been processed, cleaned, and uploaded by... [Read more...]

Pym.js Library Vulnerability in widgetframe Package

February 16, 2018 | hrbrmstr

What’s Up? The NPR Visuals Team created and maintains a javascript library that makes it super easy to embed iframes on web pages and have said documents still be responsive. The widgetframe R htmlwidget uses pym.js to bring this (much needed) functionality into widgets and (eventually) shiny apps. ...
[Read more...]

A Tidy Text Analysis of My Google Search History

February 15, 2018 | r on Tony ElHabr

While brainstorming about cool ways to practice text mining with R I came up with the idea of exploring my own Google search history. Then, after googling (ironically) if anyone had done something like this, I stumbled upon Lisa Charlotte’s blog post. Lisa’s post (actually, a series of ...
[Read more...]
1 4 5 6 7 8 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)