table_to_list {csvwr}R Documentation

Convert a table to a list

Description

Follows the pattern for csv2json

Usage

table_to_list(table, group)

Arguments

table

the csvw table

group

list of metadata for the group used for a fallback schema and dialect

Value

a list representation of the table's contents


[Package csvwr version 0.1.7 Index]