https://github.com/bgreenwell/afsc
R tools for Air Force Specialty Codes (AFSCs)
https://github.com/bgreenwell/afsc
Last synced: about 2 months ago
JSON representation
R tools for Air Force Specialty Codes (AFSCs)
- Host: GitHub
- URL: https://github.com/bgreenwell/afsc
- Owner: bgreenwell
- Created: 2015-12-03T17:49:57.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-01-16T19:53:10.000Z (over 9 years ago)
- Last Synced: 2025-02-02T00:48:35.134Z (4 months ago)
- Language: R
- Homepage:
- Size: 23.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.Rmd
Awesome Lists containing this project
README
# afsc
[](https://travis-ci.org/bgreenwell/afsc)
[](https://codecov.io/github/bgreenwell/afsc?branch=master)An R package providing tools for working with Air Force Specialty Codes (AFSCs)
## Installation
The development version of `afsc` is hosted on GitHub at https://github.com/bgreenwell/afsc and can be downloaded using the [`devtools`](https://github.com/hadley/devtools) package:
```r
# Assuming devtools is already installed
devtools::install_github("bgreenwell/afsc")
```
Bug reports should be submitted to https://github.com/bgreenwell/afsc/issues.## List of available functions
* `afsc_type `
* `get_career_group`
* `get_invalid_afscs`
* `get_prefix`
* `get_suffix`
* `get_valid_afscs`
* `is_enlisted`
* `is_officer`
* `is_valid_afsc`
* `shred_afsc`
* `strip_roots`
* `unique_patterns`