address <- "http://www.nlotto.co.kr/gameResult.do?method=allWinExel&gubun=byWin&nowPage=&drwNoStart=1&drwNoEnd=9999"
download.file(address, destfile = "test.xls")
tables <- XML::readHTMLTable("test.xls")
history_lotto <- tables[[2]]
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.