vec2code {clinpubr}R Documentation

Generate code from string vector Generate the code that can be used to generate the string vector.

Description

Generate code from string vector Generate the code that can be used to generate the string vector.

Usage

vec2code(x)

Arguments

x

A string vector.

Value

A string that contains the code to generate the vector.

Examples

vec2code(colnames(mtcars))

[Package clinpubr version 1.0.1 Index]