patternapply

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

hello.Rd (128B)


      1 \name{hello}
      2 \alias{hello}
      3 \title{Hello, World!}
      4 \usage{
      5 hello()
      6 }
      7 \description{
      8 Prints 'Hello, world!'.
      9 }
     10 \examples{
     11 hello()
     12 }