restez_ready {restez}R Documentation

Is restez ready?

Description

Returns TRUE if a restez SQL database is available. Use restez_status() for more information.

Usage

restez_ready()

Value

Logical

See Also

Other setup: restez_path_get(), restez_path_set(), restez_path_unset(), restez_status()

Examples

library(restez)
fp <- tempdir()
restez_path_set(filepath = fp)
demo_db_create(n = 5)
(restez_ready())
db_delete(everything = TRUE)
(restez_ready())

[Package restez version 2.1.4 Index]