Learn R Programming

tableschema.r (version 1.1.2)

types.castList: 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

Examples

Run this code

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

Run the code above in your browser using DataLab