types.castObject {tableschema.r} | R Documentation |
Cast object
Description
Cast object data which is lists or valid JSON.
Usage
types.castObject(format, value)
Arguments
format |
no options (other than the default) |
value |
object to cast |
See Also
Types and formats specifications
Examples
types.castObject(format = "default", value = list())
types.castObject(format = "default", value = "{}")
types.castObject(format = "default", value = '{"key": "value"}')
[Package tableschema.r version 1.1.2 Index]