read_csvw_dataframe: Read a data frame from the first table in a csvw

read_csvw_dataframeR 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


csvwr documentation built on Nov. 21, 2022, 5:05 p.m.