library("NethackLogfiles")
file <- "https://eu.hardfought.org/xlogfiles/nethack36/xlogfile"
txt <- readLines(file)
log <- read_xlogfile(file, iconv.sub = "_")
## xx <- iconv(txt[[967]], from = "cp1252", sub = "_")
## strsplit(xx, "\t")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.