View source: R/connection-tools.R
restez_ready | R Documentation |
Returns TRUE if a restez SQL database is available. Use restez_status() for more information.
restez_ready()
Logical
Other setup:
restez_path_get()
,
restez_path_set()
,
restez_path_unset()
,
restez_status()
library(restez)
fp <- tempdir()
restez_path_set(filepath = fp)
demo_db_create(n = 5)
(restez_ready())
db_delete(everything = TRUE)
(restez_ready())
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.