remove_unnecessary_part_of_date: Get substring of date to eliminate unnecessary part
Description
Get substring of date to eliminate unnecessary part
Usage
remove_unnecessary_part_of_date(df_column, symbol = "T")
Value
substring of date from position 1 to position where last "symbol" is located
Arguments
- df_column
date column or vector with dates
- symbol
symbol that needs to be found, by default "T"
Author
Lukasz Andrzejewski