-
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
Tag Archives: qdapRegex
Visualizing APA 6 Citations: qdapRegex 0.2.0 & qdapTools 1.1.0
qdapRegex 0.2.0 & qdapTools 1.1.0 have been released to CRAN. This post will provide some of the packages’ updates/features and provide an integrate demonstration of extracting and viewing in-text APA 6 style citations from an MS Word (.docx) document. qdapRegex … Continue reading
Posted in ggplot2, qdap, r, regular expression
Tagged apa6, citations, ggplot2, qdap, qdapRegex, qdapTools, R, regex, regular epression, trinker, tyler rinker
2 Comments
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
Hijacking R Functions: Changing Default Arguments
I am working on a package to collect common regular expressions into a canned collection that users can easily use without having to know regexes. The package, qdapRegex, has a bunch of functions in the form of rm_xxx. The only … Continue reading
Posted in package creation, Uncategorized
Tagged function, hadley, hijack, partial, qdapRegex, R, trinker
7 Comments