Learn R Programming

assertive (version 0.2-1)

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.