read_csvw_dataframe {csvwr}R Documentation

Read a data frame from the first table in a csvw

Description

Wrapper around read_csvw convenient when you're only interested in the data and there's only one table

Usage

read_csvw_dataframe(filename, metadata = NULL)

Arguments

filename

a path for a csv table or a json metadata document

metadata

optional user metadata

Value

A data frame parsed using the table schema


[Package csvwr version 0.1.7 Index]