setUserDb: Sets the path to the existing Db

Description Usage Arguments Examples

View source: R/UserDb.R

Description

The function allows the users to set an existing database as the user database to use for plethem.

Usage

1
setUserDb(path = NULL)

Arguments

path

path to the user database file. If no path is provided, it launches a file select dialog.

Examples

1
2
3
4
5
## Not run: 
setUserDb(),
setUserDb(tempdir())

## End(Not run)

plethem documentation built on Nov. 8, 2020, 4:35 p.m.