Description Usage Arguments Value Examples
devuelve la fecha en forma yyyymmdd
1  | formatFecha(dtFecha)
 | 
dtFecha | 
 is a String de fecha en formato yyyy-mm-dd  | 
dtFecha is a String de fecha en formato yyyymmdd
1 2  | f1 <- c("2018-03-30")
f2 <- formatFecha(f1)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.