nv_to_list: Convert a named vector to a named list

View source: R/rough_convert.R

nv_to_listR Documentation

Convert a named vector to a named list

Description

This function takes a named vector and convert it to a list with keys named after the vector's names.

Usage

nv_to_list(nc)

Arguments

nc

A named vector

Value

A list with keys matching nc names


xvrdm/ggrough documentation built on March 24, 2022, 5:42 a.m.