ensure_format: Ensure that a source has a specific format

View source: R/ensure-format.R

ensure_formatR Documentation

Ensure that a source has a specific format

Description

Ensure that a source has a specific format

Usage

ensure_format(
  name,
  format = known_formats,
  compression = known_compressions,
  chunk_size = NULL
)

Arguments

name

name of the known source

format

format to be ensured

compression

compression to be ensured

chunk_size

the number of rows to write in each chunk

Value

the file that was ensured to exist


ursa-labs/arrowbench documentation built on July 8, 2023, 11:36 a.m.