Skip to contents

Connect to RagnarStore

Usage

ragnar_store_connect(
  location = ":memory:",
  ...,
  read_only = FALSE,
  build_index = FALSE
)

Arguments

location

string, a filepath location.

...

unused; must be empty.

read_only

logical, whether the returned connection can be used to modify the store.

build_index

logical, whether to call ragnar_store_build_index() when creating the connection

Value

a RagnarStore object.