explicit_guide {yamlet} | R Documentation |
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.dvec()
,
explicit_guide.yamlet()
,
implicit_guide()
,
implicit_guide.data.frame()
,
implicit_guide.dvec()
,
infer_guide()
[Package yamlet version 1.2.0 Index]