-
Recent Posts
- ggplot2: How Geoms & Aesthetics ≈ Whipped Cream
- Math Notation for R Plot Titles: expression, bquote, & Greek Letters
- Using R to Reason & Test Theory: A Case Study from the Field of Reading Education
- Minimal, Explicit, Python Style Package Loading for R
- Easily Make Multi-tabbed .xlsx Files with openxlsx
Archives
- March 2018
- February 2018
- December 2016
- May 2016
- March 2016
- May 2015
- April 2015
- February 2015
- December 2014
- November 2014
- October 2014
- September 2014
- August 2014
- June 2014
- May 2014
- April 2014
- March 2014
- February 2014
- December 2013
- November 2013
- September 2013
- August 2013
- July 2013
- May 2013
- March 2013
- February 2013
- December 2012
- November 2012
- October 2012
- September 2012
- August 2012
- July 2012
- June 2012
- May 2012
- April 2012
Categories
- analysis
- animation
- annotate
- benchmark
- data
- data generation
- discourse analysis
- factor
- games
- ggplot2
- grapheme
- igraph
- knitr
- letter
- package creation
- parallel
- paste
- plot
- qdap
- r
- random
- regular expression
- reports
- reshape
- slidify
- text
- tidytext
- tidyverse
- trinker
- tylerrinker
- Uncategorized
- visualization
- wakefield
- word cloud
- work flow
Category Archives: Uncategorized
ggplot2: How Geoms & Aesthetics ≈ Whipped Cream
In this post I have a few goals: 1. Become (re-)familiar with available geoms 2. Become (re-)familiar with aesthetic mappings in geoms (stroke who knew?) 3. Answer these questions: How often do various geoms appear and how often do they … Continue reading
Posted in analysis, data, ggplot2, r, tidyverse, trinker, tylerrinker, Uncategorized
Tagged aesthetics, geoms, ggplot, ggplot2, R, tidyverse
10 Comments
Minimal, Explicit, Python Style Package Loading for R
About a year and a half back I was working in Python a bit and became accustomed to the explicit importing of modules (akin to R packages) and functions. Python imports packages like this: import tidyr import dplyr as dp … Continue reading
pacman Ver 0.4.1 Release
It was just over a year ago that Dason Kurkiewicz and I released pacman to CRAN. We have been developing the package on GitHub in the past 14 months and are pleased to announce these changes have made their way … Continue reading
Posted in Uncategorized, work flow
Tagged cran, Dason Kurkiewicz, package, pacman, R, tyler rinker
4 Comments
Random Data Sets Quickly
This post will discuss a recent GitHub package I’m working on, wakefield to generate random data sets. The post is broken into the following sections: Demo 1.1 Random Variable Functions 1.2 Random Data Frames 1.3 Missing Values 1.4 Default Data … Continue reading
Posted in data, data generation, r, Uncategorized
Tagged data set, dplyr, R, random data, wakefield
7 Comments
pacman 0.2.0: Initial CRAN Release
We’re please to announce the first CRAN release of pacman v. 0.2.0. pacman is the combined work of Dason Kurkiewicz & Tyler Rinker. pacman is an R package management tool that combines the functionality of base library related functions into intuitively … Continue reading
Scheduling R Tasks via Windows Task Scheduler
This post will allow you to impress your boss with your strong work ethic by enabling Windows R users to schedule late night tasks. Picture it, your boss gets an email at 1:30 in the morning with the latest company … Continue reading
Posted in r, Uncategorized, work flow
Tagged R, rinker, task scheduler, trinker, tyler rinker, windows, work flow
47 Comments
LRA 2014- Communication Nomads: Blogging to Reclaim Our Academic Birthright
I have been asked to speak at the 2014 LRA Conference on the topic of Academic Blogging. Time: 1:15-2:15 Location: Islands Ballroom Salon B – Lobby Level My Slides: http://clari.buffalo.edu/blog My Précis: http://clari.buffalo.edu/blog/materials/precis.pdf The talk is part of a larger … Continue reading
Posted in Uncategorized
Leave a comment
rmarkdown: Alter Action Depending on Document
Can I see a show of hands for those who love rmarkdown? Yeah me too. One nifty feature is the ability to specify various document prettifications in the YAML of a .Rmd document and then use: The Problem Have you … Continue reading
Canned Regular Expressions: qdapRegex 0.1.2 on CRAN
We’re pleased to announce first CRAN release of qdapRegex! You can read about qdapRegex or skip right to the examples. qdapRegex is a collection of regular expression tools associated with the qdap package that may be useful outside of the context … Continue reading
Posted in qdap, regular expression, text, Uncategorized
Tagged qdap, qdapRegex, R, regex, regular expression, stringi, tyler rinker
2 Comments
Spell Checker for R…qdap::check_spelling
I often have had requests for a spell checker for R character vectors. The utils::aspell function can be used to check spelling but many Windows users have reported difficulty with the function. I came across an article on spelling in … Continue reading
Posted in qdap, Uncategorized
Tagged cran, qdap, R, spell checker, spelling, string distance, tyler rinker
9 Comments