drake (version 7.3.0)

rs_addin_loadd: Loadd target at cursor into global environment

Description

This function provides an RStudio addin that will load the target at the current cursor location from the cache into the global environment. This is convenient during pipeline development when building off established targets.

Usage

rs_addin_loadd(context = NULL)

Arguments

context

an RStudio document context. Read from the active document if not supplied. This is used for testing purposes.

Value

Nothing.