https://github.com/jimbrig/arsenal
What the Package Does (One Line, Title Case)
https://github.com/jimbrig/arsenal
Last synced: 5 months ago
JSON representation
What the Package Does (One Line, Title Case)
- Host: GitHub
- URL: https://github.com/jimbrig/arsenal
- Owner: jimbrig
- License: other
- Archived: true
- Created: 2019-06-28T19:01:46.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-07-09T23:48:38.000Z (almost 6 years ago)
- Last Synced: 2024-08-13T07:15:39.877Z (8 months ago)
- Language: R
- Size: 8.43 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: NEWS.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- jimsghstars - jimbrig/arsenal - What the Package Does (One Line, Title Case) (R)
README
# arsenal
[](https://www.tidyverse.org/lifecycle/#experimental)
[](http://www.repostatus.org/#wip)
[](https://travis-ci.org/jimbrig2011/arsenal)
[](https://ci.appveyor.com/project/jimbrig2011/arsenal)
[](https://codecov.io/gh/jimbrig2011/arsenal?branch=master)The goal of arsenal is to arm R developers with helpful functions and ideas.
## Installation
You can install the development version of arsenal from [Github](https://github.com) with:
``` r
devtools::install_github("jimbrig2011/arsenal")
```## TODO:
* Data Import Functions
+ Reading from various formats
+ Merging across Excel tabs / directory files
+ Preliminary Validation of Data
* Data Cleasing Functions
+ Renaming
+ NAs
+ Etc.
* Data Manipulation Functions
+ Actuarial Variables
* Caching
* Archiving
* Project Mgmt
* Templates
* Shiny Development with Modules
* Workflows## Examples
Please note that the 'arsenal' project is released with a
[Contributor Code of Conduct](CODE_OF_CONDUCT.md).
By contributing to this project, you agree to abide by its terms.