View source: R/series_de_tiempo.R
tratamiento.fechas.TSR | R Documentation |
Tratamiento para que una fecha tenga el formato Date. De no tener un formato convertible se retorna NA valúes
tratamiento.fechas.TSR(fecha_vector)
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" |
Vector en formato fecha estándar de R
tiempo=seq(Sys.Date(),by="days",length=20)
tratamiento.fechas.TSR(tiempo)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.