-
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: work flow
Math Notation for R Plot Titles: expression, bquote, & Greek Letters
In this post you will learn: How to create expressions that have mixed (1) strings, (2) expressions, (3) variables & (4) Greek letters How to pass in values as variables to an expression I wanted to name this post “Ahhhhhhhhhhh #$@%&!!!!” … Continue reading
Posted in ggplot2, plot, r, trinker, tylerrinker, visualization, work flow
Tagged data science, expression, ggplot2, math notation, plot, R, text, title, trinker, tyler rinker, visualization
5 Comments
Easily Make Multi-tabbed .xlsx Files with openxlsx
This is a quick script showing how to make multi-tabbed .xlsx files. I recently had the need to do this and used the flexible openxlsx package maintained by : Alexander Walker. The package is described by the author like this: … Continue reading
Posted in r, reports, work flow
Tagged #rstats, data science, excel, openxlsx, R, tyler rinker, workbook, xls, xlsx
5 Comments
googleformr at Work: Pneumatic Road Tube Allegory
Steve Simpson (@data_steve) created the googleformr package to enable users to easily send information to a Google Form. It’s a nice way to send and securely store data via R and the price is great…FREE! A Pneumatic Road Tube Allegory…Kinda … Continue reading
Posted in analysis, r, work flow
Tagged data-steve, ggplot2, google, googleformr, package, R, tyler rinker
8 Comments
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
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
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
How do I re-arrange??: Ordering a plot revisited
Back in October of last year I wrote a blog post about reordering/rearanging plots. This was, and continues to be, a frequent question on list serves and R help sites. In light of my recent studies/presenting on The Mechanics of … Continue reading
Posted in factor, ggplot2, Uncategorized, visualization, work flow
Tagged cran, plot, R, relevel, reorder, trinker, tyler rinker, visualization
12 Comments
qdap 0.2.1 Released
I’m very pleased to announce the release of qdap 0.2.1 This is the second installment of the qdap package available at CRAN. The qdap package automates many of the tasks associated with quantitative discourse analysis of transcripts containing discourse, including … Continue reading
Posted in qdap, text, Uncategorized, visualization, work flow
Tagged contextuality, discourse, discourse analysis, formality, parts of speech, polarity, qdap, R, sentiment, text analysis, text visualization, transcript, tyler rinker, word count
2 Comments
reports 0.1.2 Released
I’m very pleased to announce the release of reports : An R package to assist in the workflow of writing academic articles and other reports. This is the first CRAN release of reports: http://cran.r-project.org/web/packages/reports/index.html The reports package assists in writing … Continue reading
Workflow w/ reports package
NOTE: THIS IS NOW A PACKAGE SEE THIS LINK FOR DETAILS Let me start with a video for people who just want to see what I’m demo-ing first: I’ve been interested in speeding up workflow lately and spending a lot … Continue reading
Posted in qdap, work flow
Tagged knitcitations, knitr, latex, productivity, R, reports, rmd, rnw, rstudio, work flow, workflow
13 Comments