sevenzip_parseinfo: Parse key metadata from common 7-zip archives

View source: R/sevenzip_parseinfo.R

sevenzip_parseinfoR Documentation

Parse key metadata from common 7-zip archives

Description

Extract the name and size of each file from a 7-zip listing

Usage

sevenzip_parseinfo(x)

Arguments

x

A valid return from a (captured) call to 7-zip with an action of l (list)

Details

This is mainly used as a helper for sevenzip_listcont. The expected input is a single listing from a 7-zip return, i.e. a call to 7-zip with an action of l.

Value

A data.frame

See Also

Other sevenzip functions: sevenzip_checkpath(), sevenzip_listcont(), sevenzip_makecmd()

Examples

#TBD

slin30/wzMisc documentation built on Jan. 27, 2023, 1 a.m.