parse_logs | R Documentation |
Parses data from the log files generated by
format_sumstats or
import_sumstats when the argument
log_mungesumstats_msgs
is set to TRUE
.
parse_logs(
save_dir = getwd(),
pattern = "MungeSumstats_log_msg.txt$",
verbose = TRUE
)
save_dir |
Top-level directory to recursively search for log files within. |
pattern |
Regex pattern to search for files with. |
verbose |
Print messages. |
data.table of parsed log data.
save_dir <- system.file("extdata",package = "MungeSumstats")
log_data <- MungeSumstats::parse_logs(save_dir = save_dir)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.