load_table: Load a table from an encrypted SQL database.

Description Usage Arguments Value

View source: R/functions.R

Description

Load a table from an encrypted SQL database.

Usage

1
load_table(path, table, type_overrides = NULL)

Arguments

path

A character vector containing the path to the database.

table

A character vector containing the table name to load.

type_overrides

A named character vector of the form c(col_name=col_type), where col_type is one of "c", "i", "d", etc., giving the column names and types to override.

Value

An empty tibble with the column names and types loaded from the database.


CoryMcCartan/RSQLCipher documentation built on July 9, 2019, 10:54 p.m.