patternapply-package.Rd (595B)
1 % Generated by roxygen2: do not edit by hand 2 % Please edit documentation in R/patternapply.R 3 \docType{package} 4 \name{patternapply-package} 5 \alias{patternapply-package} 6 \title{patternappy: A package for attempting to apply patterns to a vector.} 7 \description{ 8 This package contains the function \code{patternapply()}, which iteratively 9 tries to match a list of regular expressions to a vector and returns the 10 associated replacement vector. This is useful for turning a column of text 11 data with different formats into a matrix or data frame. S3 generics are also 12 provided to assist with this. 13 } 14