remove_unnecessary_part_of_date {datetoiso} | R Documentation |
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")
Arguments
df_column |
date column or vector with dates |
symbol |
symbol that needs to be found, by default "T" |
Value
substring of date from position 1 to position where last "symbol" is located
Author(s)
Lukasz Andrzejewski
[Package datetoiso version 0.2.0 Index]