load_table: Load a table from an encrypted SQL database.

View source: R/functions.R

load_tableR Documentation

Load a table from an encrypted SQL database.

Description

Load a table from an encrypted SQL database.

Usage

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 June 10, 2025, 5:03 a.m.