Learn R Programming

tfdatasets (version 2.17.0)

zip_datasets: 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(...)

Value

A dataset

Arguments

...

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