| are_false | Which elements in a list are FALSE? | 
| are_null | Which elements in a list are NULL? | 
| are_true | Which elements in a list are TRUE? | 
| blanks | Create blank strings with a given number of characters. | 
| Call | Call a function with arguments provided individually. | 
| compact | Filter "empty" elements from a list. | 
| Compose | Compose multiple functions. | 
| counting-op | A pattern counting operator. | 
| createPackage | Create a new package | 
| createProject | Create a modified ProjectTemplate project. | 
| db_bulk_insert | Bulk insert a data.frame into a db table | 
| db_connect | Connect to an existing SQLite database. | 
| db_count | Count rows in a db table | 
| db_create | Create an SQLite database. | 
| db_disconnect | Disconnect from an SQLite database. | 
| db_info | Metadata for an SQLite database. | 
| db_query | Query an SQLite database. | 
| default_ops | A null coalescing operator. | 
| Delay_by | Delay function call | 
| Dot_every | Print a dot ever nth function call | 
| dup | Duplicate a character string n times. | 
| extracting-op | A pattern extraction operator. | 
| Fail_with | Fail with a default value | 
| file_compare | Compare local and remote file timestamp and/or size | 
| FMap | Fast Map. | 
| Use Google Search from the R command line. | |
| grapes-twiddle-grapes | A simple pattern matching operator. | 
| has_command | Test if an external executable is available. | 
| has_tables | Check if a SQLite database has specified tables | 
| ht | Show head and tail of a data structure. | 
| insertDoAddin | Insert %do%. | 
| insertNCAddin | Insert %||%. | 
| install_packages | Install or update packages. | 
| install_pkg_set | Install different sets of packages | 
| is.empty | Is an object empty? | 
| is.installed | Is an R Packages installed? | 
| is.scalar | Is an object of length one? | 
| latex | Generate and print a LaTeX or HTML table. | 
| linebreak | Format paragraphs | 
| load.all | Load saved datasets | 
| Log_to | Log a time stamp and a message to file everytime a function... | 
| make_flattener | Generate a list flattener | 
| Match | Perform a global regular expression match | 
| matching-op | A pattern matching operator. | 
| Maybe | Maybe call a function | 
| multiplot | Multiple plot function | 
| new_cache | Register a caching environment | 
| ni | Reverse Value Matching | 
| nunique | Number of unique elements in a vector. | 
| pad | Pad a string. | 
| Partial | Partial function application. | 
| plotInheritance | Plot the class inheritance graph | 
| plotIRanges | Plot IRanges | 
| Predicates | Predicates | 
| replace_ext | Replace file extensions. | 
| require.all | Require one or more packages | 
| rproj | Open an RStudio project from R | 
| split_path | Split a file path and return the nth piece(s) | 
| strip_ext | Strip file extensions. | 
| strmatch | Extract matched group(s) from a string. | 
| strsplitN | Split up a string in pieces and return the nth piece. | 
| SysCall | Wrapper for system commands | 
| trim | Trim elements | 
| update_github | A quick installer for my R packages on GitHub | 
| upgrade_bioc | Upgrade Bioconductor to the latest available version. | 
| usplit | unlist(strsplit(x, split, ...)) | 
| with | Execute code in an temporarily different environment. | 
| wrap | Wrap elements. | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.