data2access: writing data into MS Access via 32bit R session script

Description Usage Arguments Details

View source: R/rodbc_tempfile.R

Description

Procedure for easier exporting of data from an R into MS Access database via separate 32-bit R session script

Usage

1
2
3
4
5
6
7
8
9
data2access(
  data,
  accdb_file,
  overwrite = FALSE,
  fast = TRUE,
  safer = TRUE,
  rownames = FALSE,
  ...
)

Arguments

data

a named list of tables

accdb_file

path to accdb file

overwrite

logical; TRUE for an attempt to drop each table first.

fast

passed to RDOBC::sqlSave

safer

passed to RDOBC::sqlSave

rownames

passed to RDOBC::sqlSave

...

passed to RDOBC::sqlSave

Details

overwrite

logical; Attempt to drop any existing table of the name before writing data?

convert_dates

character; Convert dates as text before writing into database.


vh-d/odbc32 documentation built on Dec. 25, 2019, 8:47 p.m.