find_zeek: Find the Zeek binary

Description Usage Arguments Value Examples

View source: R/pcap_to_zeek.R

Description

Use the environment variable ZEEK_PATH or specify the directory in the call to this function.

Usage

1
find_zeek(path = Sys.getenv("ZEEK_PATH", ""))

Arguments

path

hint to where to look for the Zeek binary

Value

length 1 character vector of the path to the zeek binary or ""

Examples

1
2
3
4
loc <- tryCatch(
  find_zeek(),
  error = function(e) message("No Zeek")
)

hrbrmstr/zeekr documentation built on Dec. 20, 2021, 4:49 p.m.