zip_datasets: Creates a dataset by zipping together the given datasets.

View source: R/zip_datasets.R

zip_datasetsR Documentation

Creates a dataset by zipping together the given datasets.

Description

Merges datasets together into pairs or tuples that contain an element from each dataset.

Usage

zip_datasets(...)

Arguments

...

Datasets to zip (or a single argument with a list or list of lists of datasets).

Value

A dataset


tfdatasets documentation built on June 30, 2022, 1:04 a.m.