Functions reference example

  reference:
  - title: Data Frame Verbs

  - subtitle: Rows
    desc: >
      Verbs that principally operate on rows.
    contents:
    - arrange
    - distinct
  ...

  - subtitle: Columns
    desc: >
      Verbs that principally operate on columns.
    contents:
    - glimpse
    - mutate
  ...