Learn R Programming

TKCat (version 1.1.12)

db_info.chMDB: DB information

Description

DB information

DB information

Usage

# S3 method for chMDB
db_info(x, ...)

# S3 method for chMDB db_info(x) <- value

# S3 method for fileMDB db_info(x, ...)

# S3 method for fileMDB db_info(x) <- value

db_info(x, ...)

db_info(x) <- value

# S3 method for memoMDB db_info(x, ...)

# S3 method for memoMDB db_info(x) <- value

# S3 method for metaMDB db_info(x, ...)

# S3 method for metaMDB db_info(x) <- value

Value

A list with the following elements:

  • name: a single character

  • title: a single character

  • description: a single character

  • url: a single character

  • version: a single character

  • maintainer: a single character vector

  • size: a numeric vector providing the size of the DB in bytes

Arguments

x

an object with embedded database information

...

method specific parameters

value

list with the following elements:

  • name: a single character

  • title: a single character

  • description: a single character

  • url: a single character

  • version: a single character

  • maintainer: a single character vector

  • size: a numeric vector providing the size of the DB in bytes