Learn R Programming

csvwr (version 0.1.7)

csvw_to_list: Convert a csvw metadata to a list (csv2json)

Description

Convert a csvw metadata to a list (csv2json)

Usage

csvw_to_list(csvw)

Value

a list following the csv2json translation rules

Arguments

csvw

a csvw metadata list

Examples

Run this code
if (FALSE) {
csvw_to_list(read_csvw("example.csv"))
}

Run the code above in your browser using DataLab