Skip to content

Commit

Permalink
added --desc to README
Browse files Browse the repository at this point in the history
  • Loading branch information
mhowison committed May 5, 2019
1 parent f091b3f commit 2269dae
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,14 @@ Usage:

codebooks -o output.html input.csv

## Adding variable descriptions

You can specify a csv file that maps variable names to descriptions using:

codebooks --desc descriptions.csv -o output.html input.csv

The csv file is expected to have two columns (variable name, description).

## License

3-Clause BSD (see LICENSE)
Expand Down

0 comments on commit 2269dae

Please sign in to comment.