dzip: Approximates the Python 'zip' function - creates a list that...

Description Usage Arguments Value

View source: R/dzip.R

Description

Approximates the Python 'zip' function - creates a list that serves as a dictionary between the keys and values vectors. They keys are coerced into characters.

Usage

1
dzip(keys, values)

Arguments

keys

the vector you want to be the keys

values

the vector you want the keys to map to .

Value

A dictionary mapping the keys to values


johnjosephhorton/JJHmisc documentation built on May 19, 2019, 5:15 p.m.