createdb: Create a New *.mdb Database

Description Usage Arguments Value

Description

A new *.mdb database will be created by copying the "EmptyDB.mdb" file with your database name.

Usage

1
2
3
createdb(dbname = "newdb", extension = ".mdb",
  emptydb = system.file(paste("emptydb/EmptyDB", extension, sep = ""), package
  = "rccess"), dir = getwd(), ...)

Arguments

dbname

the database name which you create.

extension

the extension of the database.

emptydb

the empty database you will copy.

dir

the directory of your new created database.

...

arguments to be passed to file.copy.

Value

A new *.mdb database.


ctfysh/rccess documentation built on May 14, 2019, 12:28 p.m.