make_condition: Make a condition.

Description Usage Arguments Value Examples

Description

Make a contition to use as 'having' or 'where' paramater.

Usage

1
make_condition(col, operator, value)

Arguments

col

List of columns to operate on

operator

List of operators to use. Possible operators are: '=', '<>', '<', '<=', '>', '>=', 'subdomain', 'word', 'substring'.

value

List of values for operator.

Value

A single element URL encoded character vector.

Examples

1
2
make_condition('title', 'word', 'the')
make_condition(c('date', 'date'), c('=', '='), c('2016-10-01', '2016-10-02'))

mhairi/ahrefs documentation built on May 22, 2019, 8:56 p.m.