named_vector_to_data_frame: Convert a Named Vector to a Data Frame

Description Usage Arguments Value Examples

View source: R/utils.R

Description

Convert a Named Vector to a Data Frame

Usage

1

Arguments

x

named vector

Value

data frame with columns name, containing the names of x and value, containing the values of x

Examples

1
kwb.pathdict:::named_vector_to_data_frame(c(a = 1, b = 2, c = 3))

KWB-R/kwb.pathdict documentation built on Jan. 13, 2020, 2:24 a.m.