dotty: The Unpacking Dot Operator

Provides a `.` object which can be used for unpacking assignments. For example, `.[rows, columns] <- dim(cars)` could be used to pull the number of rows and number of columns from `dim(cars)` into individual variables `rows` and `columns` in a single step.

Getting started

Package details

AuthorKevin Ushey [aut, cre] (<https://orcid.org/0000-0003-2880-7407>)
MaintainerKevin Ushey <kevinushey@gmail.com>
LicenseMIT + file LICENSE
Version0.1.0
URL https://kevinushey.github.io/dotty/
Package repositoryView on CRAN
Installation Install the latest version of this package by entering the following in R:
install.packages("dotty")

Try the dotty package in your browser

Any scripts or data that you put into this service are public.

dotty documentation built on Sept. 14, 2024, 9:09 a.m.