install_msaccess: Install datasets via the Data Retriever.

Description Usage Arguments Examples

Description

Data is stored in MSAccess database

Usage

1
2
install_msaccess(dataset, file = "access.mdb",
  table_name = "[{db} {table}]", debug = FALSE, use_cache = TRUE)

Arguments

dataset

the name of the dataset that you wish to install

file

file name for database

table_name

table name for installing of dataset

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_msaccess(dataset='iris', file='sqlite.db',debug=FALSE, use_cache=TRUE)

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