Package: condusco
Type: Package
Title: Query-Driven Pipeline Execution and Query Templates
Version: 0.1.0
Author: Roland Stevenson
Maintainer: Roland Stevenson <roland@rmg-services.com>
Description: Runs a function iteratively over each row of either a dataframe 
    or the results of a query.  Use the 'BigQuery' and 'DBI' wrappers to 
    iteratively pass each row of query results to a function.  If a field 
    contains a 'JSON' string, it will be converted to an object.  This is 
    helpful for queries that return 'JSON' strings that represent objects.  
    These fields can then be treated as objects by the pipeline.
License: GPL-3
URL: https://github.com/ras44/condusco
BugReports: https://github.com/ras44/condusco/issues
Encoding: UTF-8
LazyData: true
Suggests: knitr, rmarkdown, whisker, testthat, RSQLite
VignetteBuilder: knitr
Depends: R (>= 3.3.2), jsonlite, assertthat, bigrquery, DBI
RoxygenNote: 6.0.1.9000
NeedsCompilation: no
Packaged: 2017-11-08 09:40:38 UTC; rstevenson
Repository: CRAN
Date/Publication: 2017-11-08 19:30:17 UTC
Built: R 4.2.0; ; 2022-04-27 16:15:34 UTC; unix
