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