Learn R Programming

rsyncrosim (version 1.2.9)

printCmd: Get printCmd of a Session.

Description

Retrieves a printCmd setting of a Session object.

Usage

printCmd(session = NULL)

# S4 method for Session printCmd(session = NULL)

# S4 method for missingOrNULLOrChar printCmd(session = NULL)

Arguments

session

Session or character. A Session object or path to a session. If NULL, the default session will be used.

Value

Returns a logical value: `TRUE` if the session is configured to print commands and `FALSE` if it is not.