get_core_data_parallel: Gather variables from core information for a specific table...

get_core_data_parallelR Documentation

Gather variables from core information for a specific table (in parallel)

Description

Gather variables from core information for a specific table (in parallel)

Usage

get_core_data_parallel(table_name, vars = c(), db_path, collect_n = Inf)

Arguments

table_name

The specific core table name in the database to access

vars

Vector of variables it the core table to return

db_path

Path to the database

collect_n

The number of observations to return

Value

A tibble with all the specified variables to return. Number of rows of tibble returned is determined by the collect_n argument


aarmiller/smallDB documentation built on March 29, 2024, 9:37 a.m.