awk: Wrapper for awk

Description Usage Examples

View source: R/awk.R

Description

Simple wrapper for awk command line utility.

Usage

1
2
3
awk(program, file, options = "")

awk_version()

Examples

1
2
3
4
## Not run: 
awk('{print $1 "," $5}', "/etc/passwd", '-F":"')

## End(Not run)

jeroenooms/awk documentation built on May 19, 2019, 6:12 a.m.