Learn R Programming

yamlet (version 1.2.1)

explicit_guide: Coerce Guide to Something More Explicit

Description

Coerces 'guide' to something more explicit. Generic, with methods for data.frame and yamlet. The key 'guide' generally suggests a guide to interpretation of a data item, such as units, formats, codelists, and encodings. The idea here is to replace 'guide' with something explicit in case required downstream.

Usage

explicit_guide(x, ...)

Value

see methods

Arguments

x

object of dispatch

...

passed arguments

See Also

Other explicit_guide: explicit_guide.data.frame(), explicit_guide.dvec(), explicit_guide.yamlet(), implicit_guide(), implicit_guide.data.frame(), implicit_guide.dvec(), infer_guide()