Description Usage Arguments Value Examples
Snip_dataframe cuts the input dataframe based on MED_START before and after the cut point, cut_date
1 | snip_dataframe(df, cut_date)
|
df |
a dataframe with MED_START column. |
cut_date |
a date |
a list of dataframe with after and before dataframe.
1 2 3 4 | ## Not run:
snip_dataframe(df = test_tmp_data, cut_date = as.Date("2019-01-03"))
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.