ltDTAregex | R Documentation |
A PCRE-style regular expression for matching interesting parts of Lotek .DTA files. Note that we use the 'possessive' version of non-zero repeats i.e. '++' instead of '+', as this prevents huge consumption of stack space for possible backtracking, which we never need here.
ltDTAregex
An object of class character
of length 1.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.