RemoveParentName: 'RemoveParentName'

View source: R/names.R

RemoveParentNameR Documentation

RemoveParentName

Description

Replaces a list of given names, with any underlying labels, if they exist in the data.

Usage

RemoveParentName(x)

Arguments

x

A character, typically containing a variable name.

Details

Strips out everything up to and including the last \$. E.g., replaces "foo$fog$x" with "x"

Value

A character.

Examples

RemoveParentName("foo$fog$x")

NumbersInternational/flipFormat documentation built on Feb. 26, 2024, 5:36 a.m.