newDatapkg: Creates a new Datapackage

Description Usage Arguments Value Examples

View source: R/exports.r

Description

Creates a new datapackage from json, data frame, list of data frames, list of data tables (see Datatbl reference class)

Usage

1
newDatapkg(d, name = NULL, datatypes = NULL)

Arguments

d

might be a json string, data frame or list of data frames.

Value

dp

Examples

1
2
3
4
## Not run: 
dp <- newDatapkg(mtcars)

## End(Not run)

jpmarindiaz/datapackager documentation built on May 19, 2019, 10:46 p.m.