# Import the data -----------------------------------------------------------------------------
library(data.table)
finanzas = data.table::fread("data-raw/raw-data.csv",
key = "fecha_pago",
strip.white = TRUE,
blank.lines.skip = TRUE)
usethis::use_data(finanzas, overwrite = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.