R/repetition0N.R

Defines functions repetition0N

Documented in repetition0N

#do not edit, edit noweb/qmrparser.nw
repetition0N    <- function(rpa0, 
                            action = function(s)            list(type="repetition0N",value=s   ), 
                            error  = function(p,h) list(type="repetition0N",pos=p,h=h)) 
 
  option(repetition1N(rpa0),action=action,error=error)

Try the qmrparser package in your browser

Any scripts or data that you put into this service are public.

qmrparser documentation built on April 24, 2022, 1:05 a.m.