Learn R Programming

csvwr (version 0.1.7)

read_csvw_dataframe: 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)

Value

A data frame parsed using the table schema

Arguments

filename

a path for a csv table or a json metadata document

metadata

optional user metadata