patternapply

Iteratively try patterns against a character vector.
git clone https://git.eamoncaddigan.net/patternapply.git
Log | Files | Refs | README | LICENSE

.gitignore (284B)


      1 # History files
      2 .Rhistory
      3 .Rapp.history
      4 
      5 # Session Data files
      6 .RData
      7 
      8 # Example code in package build process
      9 *-Ex.R
     10 
     11 # RStudio files
     12 .Rproj.user/
     13 
     14 # produced vignettes
     15 vignettes/*.html
     16 vignettes/*.pdf
     17 
     18 # OAuth2 token, see https://github.com/hadley/httr/releases/tag/v0.3
     19 .httr-oauth