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


meerapatelmd/rubix documentation built on Sept. 5, 2021, 8:30 p.m.