https://github.com/sashahafner/jumbled
A collection of miscellaneous R functions
https://github.com/sashahafner/jumbled
data-analysis data-science r
Last synced: 7 days ago
JSON representation
A collection of miscellaneous R functions
- Host: GitHub
- URL: https://github.com/sashahafner/jumbled
- Owner: sashahafner
- Created: 2020-04-15T12:32:04.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2025-07-29T10:53:40.000Z (11 months ago)
- Last Synced: 2025-07-29T12:55:33.287Z (11 months ago)
- Topics: data-analysis, data-science, r
- Language: R
- Homepage:
- Size: 4.56 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# jumbled
A collection of miscellaneous R functions that I have developed over the past several years.
# Installation
Presently this collection consists only of R scripts and is not a proper R package.
However, if there is much interest in the functions (please let me know, e.g., by "starring" or sending a message) I will turn them into a package.
But presently, users should just download the relevant scripts and load them in R in order to later use them, e.g.,
```
source("dfsumm.R")
```
# Feedback
These functions were primarily written for my own usage, but I hope others find them useful.
If you have any requests or find any bugs, submit them through the Issues page.
If you are interested in a package version of these functions, please let me know through the Issues page.