Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/reginalexavier/some_rfunctions
https://github.com/reginalexavier/some_rfunctions
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/reginalexavier/some_rfunctions
- Owner: reginalexavier
- License: mit
- Created: 2019-12-26T19:00:41.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2019-12-27T08:24:15.000Z (about 5 years ago)
- Last Synced: 2024-10-13T19:08:59.595Z (3 months ago)
- Language: R
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Some R Functions (I've writed/used somewhere...)
Most of the codes are copies of the katas I've completed on [codewars.com](https://www.codewars.com/).
[![Profile badge](https://www.codewars.com/users/tredgi/badges/large)](https://www.codewars.com/users/tredgi)
## About CodeWars
**Codewars** is an educational community for computer programming. On the platform, software developers train on programming challenges known as Kata. These discrete programming exercises train a variety of skills in a variety of programming languages, and are completed within an online Integrated development environment.## List of Challenges
### R:
* [Josephus Survivor](functions/josephus_survivor.R)
* [Count IP Addresses](functions/Count_IP_Addresses.R)
* [Highest Scoring Word](functions/Highest_Scoring_Word.R)
* [Get the Middle Character](functions/Get_the_Middle_Character.R)
* [Statistics for an Athletic Association](functions/Statistics_for_an_Athletic_Association.R)
* [Sum of Cubes](functions/Sum_of_Cubes.R)