Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/scumdogsteev/r-functions-and-such
a collection of R scripts (functions, etc.) to be used elsewhere
https://github.com/scumdogsteev/r-functions-and-such
rstats
Last synced: about 6 hours ago
JSON representation
a collection of R scripts (functions, etc.) to be used elsewhere
- Host: GitHub
- URL: https://github.com/scumdogsteev/r-functions-and-such
- Owner: scumdogsteev
- License: mit
- Created: 2015-03-02T18:06:47.000Z (over 9 years ago)
- Default Branch: gh-pages
- Last Pushed: 2017-11-25T17:14:16.000Z (almost 7 years ago)
- Last Synced: 2023-02-27T06:22:53.941Z (over 1 year ago)
- Topics: rstats
- Language: R
- Homepage: https://s.mylesandmyles.info/R-functions-and-such/
- Size: 1.32 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# R Functions and Such
Author: [Steve Myles](http://s.mylesandmyles.info/) ([email protected])
License: [MIT license](https://github.com/scumdogsteev/R-functions-and-such/blob/master/LICENSE)
### background
"R Functions and Such" is a collection of R scripts (functions, etc.) to be
used in other projects.Basically, this is for me to keep track of things I don't want to have to
find/recreate each time I want to use them.-[ background ]-
“R Functions and Such” is a repository of R scripts for functions that I’ve found useful and I don’t want to have to find or recreate when/if I need them again. As I work more with R, I will add additional scripts to this repo. Some of these are offshoots of the projects I’m doing for the Data Science Specialization.
-[ blog post ]-
There is a blog post about this repository. Please leave any comments there.
-[ scripts ]-
-
csvCombine - create a data frame from a user-specified directory’s (csv) files -
download_and_unzip - download and/or unzip data files from the Internet -
pkgInst - check whether a set of packages are loaded and/or installed and, if not, load/install them -
printCurrency - print a number formatted as currency, including an optional multiplier (e.g., M for millions) -
printMult - print a number with a multiplier (e.g., M for millions) -
prettyTable - use the kableExtra package to create a formatted html table in R Markdown
-[ license ]-
Licensed under the MIT License