-------------------------------------------------------------------------------
help for blist
-------------------------------------------------------------------------------
Lists values of variables in as small a space as possible

blist [varlist] [if]

by may be used with blist; see by.

Description

This command lists the contents of the variables in as little space as possible > .

Examples

. blist

This lists all the variables

. blist age sex if _n<4

This lists the first 3 lines of the variables age and sex.

. by id: blist age sex if _n<4

This lists the first 3 lines of the variables age and sex for each person.

Author

Adrian Mander, MRC Human Nutrition Research Unit, Cambridge,UK.

Email adrian.mander@mrc-hnr.cam.ac.uk

Also see

On-line: help for list