Learn R Programming

radiant.data (version 1.0.6)

as_ymd: Convert input in year-month-day format to date

Description

Convert input in year-month-day format to date

Usage

as_ymd(x)

Arguments

x

Input variable

Value

Date variable of class Date

Examples

Run this code
# NOT RUN {
as_ymd("2013-1-1")

# }

Run the code above in your browser using DataLab