mirror of
https://github.com/agdamsbo/daDoctoR.git
synced 2024-11-22 03:40:23 +01:00
16 lines
336 B
R
16 lines
336 B
R
% Generated by roxygen2: do not edit by hand
|
|
% Please edit documentation in R/date_convert_function.R
|
|
\name{date_convert}
|
|
\alias{date_convert}
|
|
\title{Converting data format}
|
|
\usage{
|
|
date_convert(x)
|
|
}
|
|
\arguments{
|
|
\item{x}{data as as dd/mm/yyyy.}
|
|
}
|
|
\description{
|
|
Input format as dd/mm/yyyy, output is standard yyyy-mm-dd
|
|
}
|
|
\keyword{date}
|