powered by
make_dict(keys, values, default = NULL, strict = FALSE)
employee <- make_dict(c('name', 'age'), list('John', 60))
Run the code above in your browser using DataLab