Skip to contents

A Shiny server module that returns the number of rows in the dataset. Typically used in the Table Tab to display the total number of observations.

Usage

textServer1(id, df)

Arguments

id

Character string for namespacing the module

df

A reactive data.table; the dataset for which the number of observations is computed.

Value

A character string with the formatted number of rows