Command Reference : Command Reference
  
 
xoff
Turns off external command mode in an EViews program.
Every program line after XOFF will be treated as an EViews command.
Syntax
xoff
Examples
xopen(type=r)
xon
print(ls())
xoff
xclose
opens a connection to R, turns on external command mode, sends an R print command, turns external command mode off, and finally closes the external connection.
Cross-references
See “EViews COM Automation Client Support (MATLAB, R, Python)” for discussion.
See also xon, xopen, xclose, xget, xput, and xrun.