Skip to contents

Runs lintr::lint function, using the settings agreed upon for LakeEnsemblR

Usage

run_lint(file)

Arguments

file

filepath; to R script that you want to run the lintr::lint function on

Examples

if (FALSE) { # \dontrun{
run_lint(file = "export_config.R")
} # }