unregisterCommandCallback {rstudioapi}R Documentation

Unregister Command Callback

Description

Removes a previously registered command callback.

Usage

unregisterCommandCallback(handle)

Arguments

handle

The registration handle to remove.

Value

NULL, invisibly.

Note

The unregisterCommandCallback function was introduced in RStudio 1.4.1589.


[Package rstudioapi version 0.16.0 Index]