Wednesday, December 19, 2012

Show the variable names of a dataset

list = get (dataset, 'VarNames')

1 comment:

Any comments?

my-alpine and docker-compose.yml

 ``` version: '1' services:     man:       build: .       image: my-alpine:latest   ```  Dockerfile: ``` FROM alpine:latest ENV PYTH...