Skip to contents

Run an expression with an automatically closed database

Usage

with_grafeo_db(code, path = NULL, ...)

Arguments

code

An expression evaluated with db available in the calling environment.

path

Database path passed to grafeo_db().

...

Additional arguments passed to grafeo_db().

Value

The value of code.