prep_create_storr_factory {dataquieR} | R Documentation |
Create a factory function for storr
objects for backing
a dataquieR_resultset2
Description
Create a factory function for storr
objects for backing
a dataquieR_resultset2
Usage
prep_create_storr_factory(db_dir = tempfile(), namespace = "objects")
Arguments
db_dir |
character path to the directory for the back-end, if one is created on the fly. |
namespace |
character namespace for the report, so that one back-end can back several reports the returned function will try to create a |
Value
storr
object or NULL
, if package storr
is not available
[Package dataquieR version 2.5.1 Index]