spssdata.GetDataSetList Function (R)
spssdata.GetDataSetList(). Returns the names of all defined IBM® SPSS® Statistics datasets in the current session. The function returns '*' for the active dataset if it is unnamed.
- Datasets that have been declared (with
DATASET DECLARE
) but not yet opened are included in the list. To obtain only the list of open datasets, use the GetOpenedDataSetList function.
Example
datasets <- spssdata.GetDataSetList()