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