Learn R Programming

yamlet (version 0.6.5)

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, ...)

Arguments

x

object of dispatch

...

passed arguments

Value

see methods

See Also

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