library(tidyverse)
library(lubridate)
Kcalendar <- read_csv("data-raw/Kcalendar/korea-calendar.csv")
glimpse(Kcalendar)
Kcalendar <- Kcalendar %>%
mutate(
손있는날 = gsub(",", "", 손있는날)
)
usethis::use_data(Kcalendar, overwrite = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.