Learn R Programming

assertive.base (version 0.0-3)

get_name_in_parent: Get the name of a variable in the parent frame

Description

Gets the name of the input in the parent frame.

Usage

get_name_in_parent(x)

Arguments

x
Variable to get the name of.

Value

  • A string giving the name of the input in the parent frame.