ImportDB.wos: Import DB

View source: R/wosdb.R

ImportDB.wosR Documentation

Import DB

Description

'ImportDB.wos' imports tables from remote DataBase Management System (DBMS)...

Usage

ImportDB.wos(dbname, label = dbname, drv = RSQLite::SQLite(), ...)

Arguments

dbname

The path to the database file.

label

character string describing the data.

drv

DBMS driver (e.g., 'RSQLite()', 'MySQL()', 'PostgreSQL()'...)

...

authentication arguments needed by the DBMS instance; these typically include 'user', 'password', 'host', 'port', etc. For details see the appropriate DBIDriver.

Value

An S3 object of class wos.db. A list with the folowing data.frames:

Docs

Authors AutDoc Categories CatDoc Areas AreaDoc Addresses AddAutDoc Sources

See Also

wosdf, , ImportSources.wos, CreateDB.wos.

Examples

db <- CreateDB.wos(wosdf)
str(db, 1)
print(db)
summary(db)

rubenfcasal/scimetr documentation built on April 27, 2023, 3:42 p.m.