export_df2sqlite: Write dataframe to an SQLite file, with a filename consisting...

View source: R/utils.R

export_df2sqliteR Documentation

Write dataframe to an SQLite file, with a filename consisting of a prefix and a date stamp

Description

Write dataframe to an SQLite file, with a filename consisting of a prefix and a date stamp

Usage

export_df2sqlite(df, dirname, prefix, rnames = FALSE)

Arguments

df

dataframe.

dirname

directory where the SQLite file will be created.

prefix

filename prefix

rnames

Row names

Value

This function returns the creation timestamp of the Excel spreadsheet


SwissTPH/timci documentation built on April 11, 2024, 8:31 a.m.