renkun-ken/reflite: A Lightweight Reference Object Implementation

Provides a lightweight implementation of reference object. User can 'ref' an R object (such as a vector or list) and pass it to a function. Modifications of the object in the function body will not make a local copy in order to mimic pass-by-reference of the object.

Getting started

Package details

Maintainer
LicenseMIT + file LICENSE
Version0.0.0.9000
URL https://github.com/renkun-ken/reflite
Package repositoryView on GitHub
Installation Install the latest version of this package by entering the following in R:
install.packages("remotes")
remotes::install_github("renkun-ken/reflite")
renkun-ken/reflite documentation built on May 27, 2019, 5:50 a.m.