allot: Right assign to using with pipe

View source: R/Utils.R

allotR Documentation

Right assign to using with pipe

Description

Using -> with pipe

Usage

allot(.data, name, envir = parent.frame())

Arguments

.data

data to assign

name

name of object to assign

Examples

x <- 1
allot(2, x)
3 %>% allot(x)
x

kklot/ktools documentation built on Aug. 13, 2024, 7:08 p.m.