Skip to content

Commit

Permalink
add description for the thresholds file in the README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sdgamboa committed Dec 13, 2023
1 parent fa7752c commit 2e082a9
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions inst/extdata/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,3 +89,22 @@ Columns:
| value_test | If 'string' the test of validity is based on the regular expresion. If '.attributes', it's based on the function .attriubtes (no exported). |
| column_class | One of the R classes for atomic vectors. |

## [thresholds.tsv](./thresholds.tsv)

Tresholds for converting numeric/range data to categorical.

Columns:

| Column name | Description |
| ----------- | ----------- |
| Attribute_group | Physiology. Name of the spreadsheet. |
| Attribute | The actual attribute used. |
| lower | lower threshold. |
| uppwer | upper threshold. |
| unit | units used for numeric data. |






0 comments on commit 2e082a9

Please sign in to comment.