Learn R Programming

ProfoundData (version 0.2.1)

getDB: A function to return information of the database connection

Description

A function to return the filepath to the database.

Usage

getDB()

Arguments

Value

a character string with the filepath to the database

See Also

setDB, downloadDatabase

Examples

Run this code
# 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()
# }

Run the code above in your browser using DataLab