add_dataframe {csvwr}R Documentation

Add data frame to csvw table annotation

Description

Add data frame to csvw table annotation

Usage

add_dataframe(table, filename, group)

Arguments

table

a csvw:Table annotation

filename

a filename/ URL for the csv table

group

a list of metadata for the table group to use as a fallback

Value

a table annotation with a dataframe attribute added with data frame holding the contents of the table


[Package csvwr version 0.1.7 Index]