reportDB: A function report data

Description Usage Arguments Details Value Note Examples

View source: R/reportDB.R

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

1
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.

Details

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

Value

a html file with the database report

Note

To report errors in the package or the data, please use the issue tracker in the GitHub repository of ProfoundData https://github.com/COST-FP1304-PROFOUND/ProfoundData

Examples

1
2
3
4
5
6
7
# 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())

## End(Not run)

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