Learn R Programming

ProfoundData (version 0.2.1)

reportDB: A function report data

Description

This functions creates a site-by-site report of all avalaible data in the PROFOUND database. The summary is created with a rmarkdown document, which is rendered and saved as a html document.

Usage

reportDB(outDir = NULL)

Arguments

outDir

a character string indicating the output directory in which the html file will be saved. If no value is provided, the working directory will be used as output directory.

Value

a html file with the database report

Details

Please note that creating the report it might take several minutes.

Examples

Run this code
# NOT RUN {
# example requires that a sql DB is registered via setDB(dbfile)
# when run without a registered DB, you will get a file query (depending on OS)

# }
# NOT RUN {
reportDB(outDir = tempdir())
# }

Run the code above in your browser using DataLab