zeek: Call the Zeek binary with optional custom environment...

Description Usage Arguments Value

View source: R/zeek.R

Description

This is just a convenience wrapper around system2(). See find_zeek() for information on helping this package find the Zeek binary.

Usage

1
zeek(zeek_bin = find_zeek(), args = c(), env = c())

Arguments

zeek_bin

specify a complate path or let find_zeek() do the dirty work.

args

same as system2() args

env

same as system2() env

Value

list with stderr, stdout, status and errmsg (invisibly)


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