Skip to content

Commit

Permalink
updated README to make library call to regex
Browse files Browse the repository at this point in the history
  • Loading branch information
trinker committed Dec 28, 2014
1 parent 9679d0c commit d0da033
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.Rmd
Expand Up @@ -145,8 +145,8 @@ get_construct(as.regexr(myregex2, names = FALSE))
Richard Cotton maintains the [`regex`](https://github.com/richierocks/regex) package to provide natural language based functions and constants that can be used to generate regular expressions. His work can be utilized within the **regexr** framework to maintain manageable commented and named *regular expression chunks*.

```r
library(qdapRegex)
devtools::install_github("richierocks/regex")
library(regex)

out <- construct(
year = YEAR %:)% "a year",
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -400,8 +400,8 @@ construct(
Richard Cotton maintains the [`regex`](https://github.com/richierocks/regex) package to provide natural language based functions and constants that can be used to generate regular expressions. His work can be utilized within the **regexr** framework to maintain manageable commented and named *regular expression chunks*.

```r
library(qdapRegex)
devtools::install_github("richierocks/regex")
library(regex)

out <- construct(
year = YEAR %:)% "a year",
Expand Down

0 comments on commit d0da033

Please sign in to comment.