parseDate: Converts date (class 'character') column from output file to...

View source: R/csvoutput_helper.R

parseDateR Documentation

Converts date (class character) column from output file to column of class Date

Description

Converts date (class character) column from output file to column of class Date

Usage

parseDate(
  data,
  newName = "CURRENT.DATE",
  format = "%d.%m.%Y",
  oldName = "CURRENT.DATE"
)

Arguments

data

data.frame

newName

name of the transformed date column

format

date format

oldName

name of the column that holds the date to be transformed

Value

data.frame with date column of class Date


simplaceUtil documentation built on Aug. 6, 2024, 3:01 p.m.