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

Description Usage Arguments Value

View source: R/filter_for_date.R

Description

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

Usage

1
filter_for_date(dataframe, timestamp_col, date)

Arguments

dataframe

dataframe 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


patelm9/cartographR2 documentation built on Dec. 24, 2019, 3:03 p.m.