Skip to contents

Create a datapackage.json file for a directory of CSV files. The function will look for all .csv files in the directory and its subdirectories. It will then create a datapackage.json file with the metadata of each CSV file.

Usage

data_package(path = ".")

Arguments

path

the directory in which to create the datapackage.json file.