stillmatic/quiltr

build

stillmatic opened this issue · 1 comments

compute hashes, parse files, serialize, create package

consider offloading this to the python library

the build function takes ellipsis arguments, so we would write something like:

data(iris)
qbuild("hua/iris", README.md = readme, iris = iris)
qpush("hua/iris", TRUE)

the beauty of this method is that we can take as many data frames as wanted. then, these are saved to a temp folder and build from python is called on that directory.

@tnederlof one version of this is complete. would appreciate further testing!