Update readme

This commit is contained in:
Jonathan Turner 2019-11-10 13:16:52 +13:00
parent 62a5250554
commit 943e0045e7

View File

@ -253,6 +253,7 @@ Nu adheres closely to a set of goals that make up its design philosophy. As feat
| edit column-or-column-path value | Edit an existing column to have a new value |
| embed column | Creates a new table of one column with the given name, and places the current table inside of it |
| first amount | Show only the first number of rows |
| format pattern | Format table row data as a string following the given pattern |
| get column-or-column-path | Open column and get data from the corresponding cells |
| group-by column | Creates a new table with the data from the table rows grouped by the column given |
| inc (column-or-column-path) | Increment a value or version. Optionally use the column of a table |