get_first_name {data.validator}R Documentation

Extract the name of the initial data object in a magrittr pipe chain

Description

This function analyzes the call stack, identifies the first call using the magrittr pipe operator (' initial object in that pipe chain.

Usage

get_first_name()

Value

A string representing the name of the initial data object in the pipe chain.


[Package data.validator version 0.2.1 Index]