Change identity of current (working) H2O frame¶
Syntax¶
_h2oframe _change framename
Description¶
_h2oframe _change makes the named H2O frame the current frame. This means that any commands you issue after _h2oframe _change will run on the data in framename.
Example¶
Change to an existing frame named auto
. _h2oframe _change auto
Describe current H2O frame
. _h2oframe _describe
Look at the data in the current H2O frame
. _h2oframe _list