filter_for_date: Filters a dataframe for a date in YYYY-mm-dd format in a...

Description Usage Arguments Value See Also

View source: R/deprecated2.R

Description

Filters a dataframe for a date in YYYY-mm-dd format in a timestamp column

Usage

1
filter_for_date(.data, timestamp_col, date)

Arguments

.data

.data with timestamp column

timestamp_col

column where timestamp has date and/or datetime data that is in the format YYYY-mm-dd

date

date as character string of length one in format YYYY-mm-dd

Value

dataframe filtered for the date

See Also

filter_all,all_vars


patelm9/rubix documentation built on Sept. 3, 2021, 10:22 p.m.