Skip to contents

Create a new Lexa database

Usage

create_lexadb(parent = ".", name)

Arguments

parent

Parent directory (default is current working directory).

name

Name of the Lexa database (_lexadb will be appended to the name).

Value

Nothing. Used for its side effects.

Examples

if (FALSE) {
create_lexadb(parent = "./", name = "my_new")
}