getDB: A function to return information of the database connection

Description Usage Value Author(s) See Also Examples

View source: R/registerDatabaseFunctions.R

Description

A function to return the filepath to the database.

Usage

1

Value

a character string with the filepath to the database

Author(s)

Ramiro Silveyra Gonzalez

See Also

setDB, downloadDatabase

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
## Not run: 
  
# For downloading the data, use 
dbfile <- downloadDatabase(location = tempdir())

# Set the connection using the setDB function
setDB(dbfile)

# check if database is available
getDB()

## End(Not run)

ProfoundData documentation built on March 31, 2020, 5:24 p.m.