Skip to content

Commit

Permalink
Update for new method.
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmegginson committed May 7, 2021
1 parent 527f71f commit 94d6a7a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ getSum(tagPattern) | number | Sum of all numeric values in the first column matc
getMin(tagPattern) | number | Lowest of all numeric values in the first column matching _tagPattern_
getMax(tagPattern) | number | Highest of all numeric values in the first column matching _tagPattern_
getValues(tagPattern) | array | List of unique values in the first column matching _tagPattern_
getRawValues(tagPattern) | array | List of all values in the first column matching _tagPattern_ (including repetitions and nulls), in the original order

#### Filter methods

Expand Down

0 comments on commit 94d6a7a

Please sign in to comment.