##### 요일 구하기
getWeekdays = function(inputDate) { inputDate = as.IDate(inputDate); return(weekdays(inputDate)) }
getWeekdays = cmpfun(getWeekdays)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.