Update README.md

This commit is contained in:
Jonathan Turner 2019-07-18 16:54:21 +12:00 committed by GitHub
parent 6f286ba837
commit cc1afc7a7e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -134,6 +134,7 @@ Nu adheres closely to a set of goals that make up its design philosophy. As feat
| get column-or-column-path | Open given cells as text |
| sort-by ...columns | Sort by the given columns |
| where condition | Filter table to match the condition |
| inc (field) | Increment a value or version. Optional use the field of a table |
| skip amount | Skip a number of rows |
| first amount | Show only the first number of rows |
| to-array | Collapse rows into a single list |