Skip to content

Commit

Permalink
Reinsert alphanumeric utility
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Fannin authored and Brian Fannin committed Jun 21, 2016
1 parent 0496b59 commit 3118c58
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions R/ResearchDirs.R
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
AtLeastOneAlphaNumeric <- function(x){
y <- grepl("(?!_)(\\w+)", x, perl=TRUE)

y
}

#' Create a new Research
#'
#' @param path A character variable indicating the name of the project to create
Expand Down

0 comments on commit 3118c58

Please sign in to comment.