printCmd {rsyncrosim} | R Documentation |
Retrieves printCmd setting of a Session
Description
Retrieves a printCmd setting of a Session
object. The printCmd
setting configures a Session for printing commands sent to the console.
Usage
printCmd(session = NULL)
## S4 method for signature 'Session'
printCmd(session = NULL)
## S4 method for signature 'missingOrNULLOrChar'
printCmd(session = NULL)
Arguments
session |
Session object or character. The Session or path
to a Session where the printCmd settings are retrieved from. If |
Value
A logical : TRUE
if the session is configured to print commands and
FALSE
if it is not.
Examples
## Not run:
# Set SyncroSim Session
mySession <- session()
# Retrieve printCmd settings for given Session
printCmd(mySession)
## End(Not run)
[Package rsyncrosim version 1.5.0 Index]