set dataframe
The set dataframe
command sets the current working dataframe. If there are multiple dataframes loaded into memory, you can switch between the dataframes by using this command.
Syntax
set dataframe <dataframe name>
Parameters
Parameter
Description
<dataframe name>
The name of the dataframe
Example

Last updated