Make your R scripts Databricks notebooks
I’ve never had a good reason to deviate from the canonical .
I’ve never had a good reason to deviate from the canonical .
During my approximately three years at RStudio there were two things that stumped system admins more than anything: proxied authentication and system dependencies for R package (god help anyone trying to install rgdal on RHEL 7).
Yesterday I had the chance to discuss my R package, {cpcinema} with the Boston useR group.
Extending the love story through design choices You may have noticed by now that we at RStudio have been emphatic about the R & Python love story.
In my previous post I discussed how we can alter the R & Python story to be predicated on APIs as a way to bridge the language divide.
Friday night I found myself trying to make a plot look pretty.
Lately I have been developing a deep curiosity of the origins of the R language.
The number of downloads that a package has can tell us a number of things.
This small tutorial was developed for a talk / workshop that Phil Bowsher gave at the EPA.
library(tidyverse) terrorists <- googlesheets::gs_url("https://docs.google.com/spreadsheets/d/1LYQakIwGosibDHJKJqZgjM39qpSlp_gFG29zJ6paDAI/edit#gid=956062857") %>% googlesheets::gs_read() terrorist_by_race ## # A tibble: 7 x 6 ## race n fatalities injured total_victims `%` ## <chr> <int> <dbl> <dbl> <dbl> <dbl> ## 1 white 63 554 1067 1621 69.
Over the past few years we have seen Google Trends becoming quite ubiquitous in politics.
As the primaries approach, I am experiencing a mix of angst, FOMO, and excitement.
get started here Since I created genius, I’ve wanted to make a version for python.
This post will go over extracting feature (variable) importance and creating a function for creating a ggplot object for it.
The Jargon The Generic Method The Default Method sf method tbl_graph method Review (tl;dr) Lately I have been doing more of my spatial analysis work in R with the help of the sf package.
Sometimes due to limitations of software, file uploads often have a row limit.
In an earlier posting I wrote about having to break a single csv into multiple csvs.
Over the past several weeks I have been helping students, career professionals, and people of other backgrounds learn R.
knitr::opts_chunk$set(eval=FALSE) Introducing geniusR geniusR enables quick and easy download of song lyrics.