frab: How to Add Two R Tables

Methods to "add" two R tables; also an alternative interpretation of named vectors as generalized R tables, so that c(a=1,b=2,c=3) + c(b=3,a=-1) will return c(b=5,c=3). Uses 'disordR' discipline (Hankin, 2022, <doi:10.48550/arXiv.2210.03856>). Extraction and replacement methods are provided. The underlying mathematical structure is the Free Abelian group, hence the name. To cite in publications please use Hankin (2023) <doi:10.48550/arXiv.2307.13184>.

Package details

AuthorRobin K. S. Hankin [aut, cre] (<https://orcid.org/0000-0001-5982-0415>)
MaintainerRobin K. S. Hankin <hankin.robin@gmail.com>
LicenseGPL (>= 2)
Version0.0-6
URL https://github.com/RobinHankin/frab
Package repositoryView on CRAN
Installation Install the latest version of this package by entering the following in R:
install.packages("frab")

Try the frab package in your browser

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

frab documentation built on Sept. 12, 2024, 7:36 a.m.