getDB {ProfoundData}R Documentation

A function to return information of the database connection

Description

A function to return the filepath to the database.

Usage

getDB()

Value

a character string with the filepath to the database

Author(s)

Ramiro Silveyra Gonzalez

See Also

setDB, downloadDatabase

Examples

## 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)

[Package ProfoundData version 0.2.1 Index]