hippie-invoke {hippie}R Documentation

Hippie Code Completion

Description

Invoke Hippie Completion, either upwards or downwards. This function is meant to be called as a shortcut.

Usage

hippie_up()

hippie_down()

Value

Nothing. A match token is inserted into the relevant RStudio source document context.

Examples

## Not run: 
# Not intended to be called directly. Rather, bind to a keyboard shortcut.
hippie_up()
hippie_down()

## End(Not run)

[Package hippie version 0.1.0 Index]