Description Usage Arguments Value Examples
Easily filter dates in a Heavyset csv exported dataframe, using a maximum date. The function will filter 'end_date' as equal to or greater than. The HeavySet exported dataframe should still have the date column named 'Date'.
1 | endDateFilter(df, end_date)
|
df |
dataframe created from a HeavySet csv export |
end_date |
a data in the form of 'yyyy-mm-dd' |
data.frame
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.