install_mysql: Install datasets via the Data Retriever.

Description Usage Arguments Examples

Description

Data is stored in MySQL database

Usage

1
2
3
install_mysql(dataset, user = "root", password = "",
  host = "localhost", port = 3306, database_name = "{db}",
  table_name = "{db}.{table}", debug = FALSE, use_cache = TRUE)

Arguments

dataset

the name of the dataset that you wish to install

user

username for database connection

password

password for database connection

host

hostname for connection

port

port number for connection

database_name

database name in which dataset will be installed

table_name

table name specified especially for datasets containing one file

debug

Setting TRUE helps in debugging in case of errors

use_cache

Setting FALSE reinstalls scripts even if they are already installed

Examples

1
rdataretriever :: install_mysql(dataset='portal', user='postgres', password='abcdef')

zhangcandrew/rdataretriever documentation built on May 28, 2019, 5:57 p.m.