addSort | R Documentation |
This adds a single sorted column to an ActivityInfo remote records object. Usually one would use the dplyr::arrange verb instead.
addSort(x, sort)
x |
the remote records object fetched with getRecords. |
sort |
the sort object in the following format: list(list(dir = "ASC", field = "[Name]")) or list(list(dir = "DESC", field = "[Name]")) |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.