Package: sticky 0.5.6.1
sticky: Persist Attributes Across Data Operations
In base R, object attributes are lost when objects are modified by common data operations such as subset, filter, slice, append, extract etc. This packages allows objects to be marked as 'sticky' and have attributes persisted during these operations or when inserted into or extracted from list-like or table-like objects.
Authors:
sticky_0.5.6.1.tar.gz
sticky_0.5.6.1.zip(r-4.5)sticky_0.5.6.1.zip(r-4.4)sticky_0.5.6.1.zip(r-4.3)
sticky_0.5.6.1.tgz(r-4.4-any)sticky_0.5.6.1.tgz(r-4.3-any)
sticky_0.5.6.1.tar.gz(r-4.5-noble)sticky_0.5.6.1.tar.gz(r-4.4-noble)
sticky_0.5.6.1.tgz(r-4.4-emscripten)sticky_0.5.6.1.tgz(r-4.3-emscripten)
sticky.pdf |sticky.html✨
sticky/json (API)
NEWS
# Install 'sticky' in R: |
install.packages('sticky', repos = c('https://decisionpatterns.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/decisionpatterns/sticky/issues
Last updated 5 years agofrom:524334461e. Checks:OK: 7. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Oct 12 2024 |
R-4.5-win | OK | Oct 12 2024 |
R-4.5-linux | OK | Oct 12 2024 |
R-4.4-win | OK | Oct 12 2024 |
R-4.4-mac | OK | Oct 12 2024 |
R-4.3-win | OK | Oct 12 2024 |
R-4.3-mac | OK | Oct 12 2024 |
Exports:appendis.stickystickysticky_allunstickunsticky
Dependencies:
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Internal, non-exported unit functions | .deinit .init |
Extract | [.sticky |
Append elements to sticky object | append |
print a sticky attribute object | print.sticky |
sticky | is.sticky sticky sticky_all unstick unsticky |
Subset elements to sticky object | subset subset.sticky |