-
Notifications
You must be signed in to change notification settings - Fork 2
Language: Describe Statement
Maurice HT Ling edited this page Dec 6, 2015
·
3 revisions
Describes (showing more information compared to show statement) an object. Current describe-able objects:
- data frame
Syntax:
- DESCRIBE ID
where
- ID is the name/ID of the object
Example:
# Set relative current working directory and load a CSV file
set rcwd data
load csv STI_2015.csv as STI
# Describe STI
describe STI
- Bytecodes generated are:
- describe
Copyright (c) 2015, Maurice HT Ling on behalf of all authors and TAPPS Development Team.