Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 368 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 368 Bytes

cower

R-implementation of COW to convert csv files to nquads using json-ld data description and data.table for speed.

Installation.

library("devtools")
devtools::install_github("rijpma/cower")

You may need to manually install V8 as an external dependency, see the V8 package.