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 | | +--------------+---------------------------------------+----------------+



trianglegirl/rockstaR documentation built on Dec. 31, 2020, 8:46 a.m.