Prints an attached rule
| 1 2 | ## S3 method for class 'AttachedRule'
print(attached.rule)
 | 
| 1 2 3 | peg<-new.parser()
peg<-add_rule(peg, "R<-'ab'")
print(peg[["R"]])
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.