knitr::opts_chunk$set( collapse = TRUE, comment = "#>" )
The package currently has XX AST rewriting rules. Here are a list of the basic ones.
+--------------+---------------------------------------+----------------+ | Description | Rockstar | R | +==============+=======================================+================+ | Comment | (Rad comment) | # Rad comment | +--------------+---------------------------------------+----------------+ | Not assigned | mysterious | ? | +--------------+---------------------------------------+----------------+ | Null | nothing, nowhere, nobody, empty, gone | NULL | +--------------+---------------------------------------+----------------+ | True | right, yes, ok | TRUE | +--------------+---------------------------------------+----------------+ | False | wrong, no, lies | FALSE | +--------------+---------------------------------------+----------------+ | Assignment | Put 3 into x | x \<- 3 | | | | | | | Let 3 be x | | +--------------+---------------------------------------+----------------+
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.