mailund/bindr: Binds the return values of a function to variables

When a function returns more than one value it has to return the values wrapped in a vector, list, or other composite type. This means that to access variables in the returned values it is necessary to look them up. This package provides a mechanism for binding return values in the form of vectors or lists to (local) variables.

Getting started

Package details

Maintainer
LicenseGPL-3
Version0.0.0.9000
Package repositoryView on GitHub
Installation Install the latest version of this package by entering the following in R:
install.packages("remotes")
remotes::install_github("mailund/bindr")
mailund/bindr documentation built on May 21, 2019, 11:06 a.m.