remove_unnecessary_part_of_date: Get substring of date to eliminate unnecessary part

View source: R/date_to_iso.R

remove_unnecessary_part_of_dateR 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


datetoiso documentation built on May 29, 2024, 9:49 a.m.