create_dict: create_dict

create_dictR Documentation

create_dict

Description

Print out a translation dictionary given a char vector of names

Usage

create_dict(v)

Arguments

v

Character vector of names

Details

A printout out of a named vector template for a translation dictionary

Value

A printout out of a named vector template for a translation dictionary

Examples

## Not run: 
if(interactive()){
 create_dict(names(mtcars))
 }

## End(Not run)

grasshoppermouse/hagenutils documentation built on Dec. 6, 2024, 8:31 p.m.