try_add_dataframe {csvwr}R Documentation

Try to add a dataframe to the table

Description

If this fails, a list describing the error is added instead

Usage

try_add_dataframe(table, ...)

Arguments

table

a csvw:Table annotation

...

arguments to add_dataframe

Value

A table annotation with a dataframe attribute added with data frame holding the contents of the table or an error.


[Package csvwr version 0.1.7 Index]