tratamiento.fechas.TSR: Tratamiento de fechas TSR

View source: R/series_de_tiempo.R

tratamiento.fechas.TSRR Documentation

Tratamiento de fechas TSR

Description

Tratamiento para que una fecha tenga el formato Date. De no tener un formato convertible se retorna NA valúes

Usage

tratamiento.fechas.TSR(fecha_vector)

Arguments

fecha_vector

Vector de valores con las fechas en formato carácter o Date Formatos soportador: "%d/%m/%Y", "%Y-%m-%d" y "%d-%m-%Y"

Value

Vector en formato fecha estándar de R

Examples

tiempo=seq(Sys.Date(),by="days",length=20)
tratamiento.fechas.TSR(tiempo)


crissthiandi/TSRutina documentation built on Dec. 3, 2024, 8:57 p.m.