library(knitr)
opts_knit$set(base.dir = './', fig.path = '', out.format = 'md')
opts_chunk$set(prompt = FALSE, comment = '', results = 'markup')

reflite

Linux Build Status Windows Build status codecov.io CRAN Version

reflite 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-refernce of the object.



renkun-ken/reflite documentation built on May 27, 2019, 5:50 a.m.