50% off | Unlimited Data & AI Learning
Get 50% off unlimited learning

csvwr (version 0.1.7)

locate_metadata: Locate metadata for a table

Description

Follows the procedure defined in the csvw model:

Usage

locate_metadata(filename, metadata)

Value

csvw metadata list

Arguments

filename

a path for a csv table or a json metadata document

metadata

optional user metadata

Details

  1. Metadata supplied by the user

  2. Metadata referenced by a link header

  3. Metadata located through default paths

  4. Metadata embedded in the file

We extend this to use the derive_metadata function to inspect the table itself.