Learn R Programming

data.validator (version 0.2.1)

get_first_name: 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()

Arguments

Value

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