ImportDB.wos | R Documentation |
'ImportDB.wos' imports tables from remote DataBase Management System (DBMS)...
ImportDB.wos(dbname, label = dbname, drv = RSQLite::SQLite(), ...)
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. |
An S3 object of class
wos.db
.
A list
with the folowing data.frame
s:
Authors AutDoc Categories CatDoc Areas AreaDoc Addresses AddAutDoc Sources
wosdf
, , ImportSources.wos
, CreateDB.wos
.
db <- CreateDB.wos(wosdf)
str(db, 1)
print(db)
summary(db)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.