obj_to_string: Return an object name as a string

View source: R/obj_to_string.R

obj_to_stringR Documentation

Return an object name as a string

Description

Return an object name as a string.

Usage

obj_to_string(x)

Arguments

x

An R object

Value

A character single value with the name of the R object.

Examples


x <- rnorm(100)

obj_to_string(x)


vbfelix/relper documentation built on May 10, 2024, 10:50 p.m.