R/read_plink_log_file.R

Defines functions read_plink_log_file

Documented in read_plink_log_file

#' Read a PLINK \code{.log} file
#' @inheritParams default_params_doc
#' @author Richèl J.C. Bilderbeek
#' @export
read_plink_log_file <- function(
  log_filename
) {
  readr::read_lines(file = log_filename)
}
richelbilderbeek/plinkr documentation built on March 25, 2024, 3:18 p.m.