filter_info: Query documentation

Description Usage Arguments Examples

View source: R/easyformatr.R

Description

Will return a cleaned markdown table

Usage

1
filter_info(filter_statement)

Arguments

filter_statement

A logical filter

Examples

1
2
3
4
5
filter_info(type == "time" & component == "base")
filter_info(type == "number" & component == "base")
filter_info(type == "time" & component == "mutant" & base == "second")
filter_info(type == "number" & component == "flag")
filter_info(type == "number" & component == "option")

easyformatr documentation built on May 29, 2017, 11:57 a.m.