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.
Version: | 0.1.0 |
Suggests: | codetools, testthat (≥ 3.0.0) |
Published: | 2024-08-30 |
DOI: | 10.32614/CRAN.package.dotty |
Author: | Kevin Ushey [aut, cre] |
Maintainer: | Kevin Ushey <kevinushey at gmail.com> |
License: | MIT + file LICENSE |
URL: | https://kevinushey.github.io/dotty/ |
NeedsCompilation: | no |
Materials: | README |
CRAN checks: | dotty results |
Reference manual: | dotty.pdf |
Package source: | dotty_0.1.0.tar.gz |
Windows binaries: | r-devel: dotty_0.1.0.zip, r-release: dotty_0.1.0.zip, r-oldrel: dotty_0.1.0.zip |
macOS binaries: | r-release (arm64): dotty_0.1.0.tgz, r-oldrel (arm64): dotty_0.1.0.tgz, r-release (x86_64): dotty_0.1.0.tgz, r-oldrel (x86_64): dotty_0.1.0.tgz |
Please use the canonical form https://CRAN.R-project.org/package=dotty to link to this page.