powered by
Concatenates two or more grammar rule objects.
# S3 method for GERule c(..., recursive=FALSE)
Grammar rule objects to be concatenated.
Not used.
A new grammar rule object.
CreateGrammar
# NOT RUN { rule1 <- grule(Func1, Func2) rule2 <- grule(`*`, `/`) rule.all <- c(rule1, rule2) print(rule.all) # }
Run the code above in your browser using DataLab