Description Usage Arguments Value Examples
Clean extended log (xlog) files from NetHack 3.6.1. Adds column names, removes unneeded columns and converts variables to their correct format.
1 | clean_xlog(xlog)
|
xlog |
An xlog file |
A data frame
1 2 3 4 5 6 | ## Not run:
xlog <- read_delim("~/path/to/nethack361_xlog.csv",
"\t", escape_double = FALSE, col_names = FALSE, trim_ws = TRUE)
clean_xlog(xlog)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.