is_parseable {yamlet} | R Documentation |
Check Parseable as Units
Description
Checks if something is parseable as units. Generic, with default method.
Usage
is_parseable(x, ...)
Arguments
x |
object |
... |
passed arguments |
Value
see methods
See Also
Other parseable:
is_parseable.default()
Examples
example(is_parseable.character)
[Package yamlet version 1.2.5 Index]