binding.for: Generate the index associated for the given field name. These...

Description Arguments Value Usage Details Author(s) Examples

Description

This is primarily used internally, but it can be useful for debugging to see what values are being generated.

Arguments

x

An Odessa ID for a data package

field

Find compatible bindings for this field

Value

A character vector of compatible binding names

Usage

binding.for(x, field)

Details

A binding is the essence of what Odessa provides. Bindings are generated indices based on construction rules and graph-based inference rules.

Author(s)

Brian Lee Yung Rowe

Examples

1
2
3
4
5
## Not run: 
a <- fetch('tutorial-datetime-1')
binding.for(a,'date')

## End(Not run)

zatonovo/odessa documentation built on May 4, 2019, 9:11 p.m.