db.execute: Execute a database operation

Description Usage Arguments Value Author(s)

View source: R/databaseOperations.R

Description

This function is meant for quickly doing a database operation without needing to open and close a connection explicitly. This is all done automatically.

Usage

1

Arguments

FUN

One of the db.<operation> functions

...

Arguments to pass to the function

Value

Output of the function

Author(s)

Jurian #@example data.container <- db.execute(db.select.all, "1day", "H", "RD") #@example data.id <- db.execute(db.new.data.id)


KNMI/Hackathon-RDWD-QualityMonitoring documentation built on May 23, 2019, 10:33 p.m.