where_in_query: Where In Query

View source: R/utility_functions.R

where_in_queryR Documentation

Where In Query

Description

Construct a where in query

Usage

where_in_query(field, matching, named = FALSE)

Arguments

field

which field should match matching

matching

which elements of field should be returned

named

should a named vector e.g. c(where = "...") be returned or just the query string

Details

Construct a where in query to se for getting FIDs

Value

a named character vector of length 1 to be included in query


MatthewJWhittle/getarc documentation built on April 22, 2023, 12:16 p.m.