By default, R's %in% functions similar to identical(), meaning it requires exact matches, compared to all.equal(), which allows for equality within machine tolerance. This package overrides %in% to make it similar to all.equal(), using machine tolerance by default, and rewrites R's default %in% to a new function called %idin%, which stands for "identical in".
Package details |
|
|---|---|
| Author | Michael Culshaw-Maurer |
| Maintainer | Michael Culshaw-Maurer <mjculshawmaurer@ucdavis.edu> |
| License | MIT + file LICENSE |
| Version | 0.1.0 |
| Package repository | View on GitHub |
| Installation |
Install the latest version of this package by entering the following in R:
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.