Description Usage Arguments Value See Also
A wrapper around dbConnect that catches errors and
attempts to connect up to repeats before giving up.
1 2 3 4 5 6 7 8  | dbConnect2(
  dbname,
  flags = SQLITE_RW,
  verbose = FALSE,
  repeats = 10L,
  sleep_s = 5,
  seed = NA
)
 | 
dbname | 
 A character string. The path including name to the database.  | 
flags | 
 An integer value. See   | 
verbose | 
 A logical value.  | 
repeats | 
 An integer value. The maximum number of failed attempts to
execute the   | 
sleep_s | 
 A numeric value. The average number to sleep before attempting
to execute the   | 
seed | 
 An R object. Passed to   | 
A
SQLiteConnection
object on success; an object of class try-error on
failure.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.