swat.CAS.read_clipboard¶
-
CAS.
read_clipboard
(self, casout=None, **kwargs)¶ Read text from clipboard and pass to read_table()
- Parameters
- casoutstring or CASTable, optional
- The output table specification. This includes the following parameters.
- namestring, optional
Name of the output CAS table.
- caslibstring, optional
CASLib for the output CAS table.
- labelstring, optional
The label to apply to the output CAS table.
- promoteboolean, optional
If True, the output CAS table will be visible in all sessions.
- replaceboolean, optional
If True, the output CAS table will replace any existing CAS. table with the same name.
- **kwargsany, optional
Keyword arguments to pandas.read_table().
- Returns
- CASTable