load_data_: Load data for specified date.

Description Usage Arguments Value

Description

load_data_ takes only part of the data that corresponds to a specified date.

Usage

1
load_data_(.data, .date, date_var)

Arguments

.data

"Data frame - like" structure. .data can be a data frame, a data table, or a tibble, including a "connection" to a out-of-memory database.

.date

Date that is used to filter the data.

date_var

Name of the date variable (should be a colname in .data)

Value

Part (rows) of .data that corresponds to .date.


max-sokolov/fmreg documentation built on May 21, 2019, 1:38 p.m.