Just to easy to remember the function name and alternate between unar and unzip

list_zip(
  zipfile,
  long = FALSE,
  verylong = FALSE,
  password,
  encoding,
  print_encoding = FALSE,
  indexes = FALSE,
  ...
)

Arguments

zipfile

zip file

long

Print more information about each file in the archive.

verylong

Print all available information about each file in the archive.

password

The password to use for decrypting protected archives.

encoding

The encoding to use for filenames in the archive, when it is not known. If not specified, the program attempts to auto-detect the encoding used.

print_encoding

Print the auto-detected encoding and the confidence factor after the file list

indexes

Instead of specifying the files to list as filenames or wildcard patterns, specify them as indexes.