Display rows from a LimeSurvey dataframe that meet a criterion

ls_tsv_get_rows(data, ...)

Arguments

data

The datafram.

...

For now, one column/value pair (the criterion).

Value

The rows, passed through ls_tsv_rows().

Examples

### Add later