args: Construct query arguments

Description Usage Arguments Value

View source: R/datalog.R

Description

This function constructs arguments for a query starting from a series of R expressions

Usage

1

Arguments

...

The R epxressions that represents the arguments to the query. Each expression must be of the form variable <- value, which will cause value to be bound to variable in the query

Value

A list of the epxressions parsed in a way that is suitable for inclusion in a query.


ParkerICI/datalogr documentation built on Aug. 16, 2021, 10:59 a.m.