dict: Create a named vector, imitating python dict

Usage Arguments Value Author(s) Examples

View source: R/dict.R

Usage

1
# k %!% v

Arguments

k

A vector giving the keys (will be coerced into character)

v

A vector of values

Value

A named vector of values

Author(s)

JFP

Examples

1
# c("a", "b") %!% c(1, 2)

HikaGenji/fql documentation built on April 12, 2021, 8:36 a.m.